{ "version": 4, "terraform_version": "1.7.4", "serial": 506, "lineage": "81984c57-cc1f-faa9-0a89-9b4e76426ce9", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4aab27f915c4b90a5", "ami": "ami-c7b13220", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1389faed"], "subnet_id": "subnet-c3262344", "key_name": "prod-deploy-key" } } ] } ] }