{ "version": 4, "terraform_version": "1.8.7", "serial": 598, "lineage": "c2b320c6-c670-097f-7a73-24479bf2ae51", "outputs": { "db_endpoint": { "value": "db-3.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-b06d7f9aaad64754f", "ami": "ami-bb8fef15", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fa9573be"], "subnet_id": "subnet-d8cc6eda", "key_name": "prod-deploy-key" } } ] } ] }