{ "version": 4, "terraform_version": "1.6.4", "serial": 424, "lineage": "c8559be7-bf3a-2c72-45a6-776d90b1aa94", "outputs": { "db_endpoint": { "value": "db-3.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-00c982b3a840ccd4d", "ami": "ami-db9c26fd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-17a4a17e"], "subnet_id": "subnet-a9e2f228", "key_name": "prod-deploy-key" } } ] } ] }