{ "version": 4, "terraform_version": "1.8.7", "serial": 495, "lineage": "0fa4c06b-e738-111c-12a9-83d6337db0ba", "outputs": { "db_endpoint": { "value": "db-2.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-2a4f801f3dff038ae", "ami": "ami-8b4765b9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1a1497fe"], "subnet_id": "subnet-2052e2be", "key_name": "prod-deploy-key" } } ] } ] }