{ "version": 4, "terraform_version": "1.5.5", "serial": 444, "lineage": "f34ba382-12ee-1853-4593-fe2937a3055e", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9fa137aeee16dca94", "ami": "ami-2f76b9cc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b0a50004"], "subnet_id": "subnet-87ab6a0d", "key_name": "prod-deploy-key" } } ] } ] }