{ "version": 4, "terraform_version": "1.7.8", "serial": 582, "lineage": "4c0a066a-73a2-4b7d-adfe-2e1a14f0ef5a", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-9bb3488aa1d3cbd33", "ami": "ami-03a3c1bc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ad0250ec"], "subnet_id": "subnet-5c5601bf", "key_name": "prod-deploy-key" } } ] } ] }