{ "version": 4, "terraform_version": "1.7.5", "serial": 158, "lineage": "9187183e-ff79-cae4-a394-e0d58215d328", "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-dc7d1788668ed8555", "ami": "ami-ae5915c1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a14fe7bf"], "subnet_id": "subnet-49842f43", "key_name": "prod-deploy-key" } } ] } ] }