{ "version": 4, "terraform_version": "1.5.7", "serial": 567, "lineage": "de9684cb-75b1-d997-aa98-36a9b974b14a", "outputs": { "db_endpoint": { "value": "db-0.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-29d5b15949f964a2b", "ami": "ami-47850ca9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c9dc6e9b"], "subnet_id": "subnet-0d290f5b", "key_name": "prod-deploy-key" } } ] } ] }