{ "version": 4, "terraform_version": "1.5.9", "serial": 359, "lineage": "7a593d09-44f2-f977-daf7-3e7de5f45d30", "outputs": { "db_endpoint": { "value": "db-0.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-048cc9ded17b53f80", "ami": "ami-f32a711b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-03b14fc0"], "subnet_id": "subnet-9b6839ad", "key_name": "prod-deploy-key" } } ] } ] }