{ "version": 4, "terraform_version": "1.5.8", "serial": 374, "lineage": "7d1cfc50-711b-a5dd-fda7-e58071e68e84", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-6969f49da11a3cd55", "ami": "ami-0f67b905", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7a063b25"], "subnet_id": "subnet-ffab716f", "key_name": "prod-deploy-key" } } ] } ] }