{ "version": 4, "terraform_version": "1.6.5", "serial": 295, "lineage": "3b786e43-8e76-9f21-0be1-12e13e337e25", "outputs": { "db_endpoint": { "value": "db-4.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-8139f20cec4e70ea9", "ami": "ami-5d7a2d50", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bd579e53"], "subnet_id": "subnet-7f820617", "key_name": "prod-deploy-key" } } ] } ] }