{ "version": 4, "terraform_version": "1.7.6", "serial": 515, "lineage": "809887a3-b775-58e8-06b4-9b9a691f5e47", "outputs": { "db_endpoint": { "value": "db-2.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-a15665635a1b09a7b", "ami": "ami-619f3f43", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8be17315"], "subnet_id": "subnet-ec317059", "key_name": "prod-deploy-key" } } ] } ] }