{ "version": 4, "terraform_version": "1.7.8", "serial": 457, "lineage": "d644a3c9-9eeb-cde4-202e-dfe6033cf62f", "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-1cddbc5d152f40c30", "ami": "ami-e8046730", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-484029ba"], "subnet_id": "subnet-7be01da1", "key_name": "prod-deploy-key" } } ] } ] }