{ "version": 4, "terraform_version": "1.6.9", "serial": 586, "lineage": "8e197f30-a22e-7116-4a66-339480bc95f8", "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-56c3f6487cec32924", "ami": "ami-8ca9dc93", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5ca61455"], "subnet_id": "subnet-21fdae6c", "key_name": "prod-deploy-key" } } ] } ] }