{ "version": 4, "terraform_version": "1.8.1", "serial": 585, "lineage": "9dc9a786-068b-fd4b-ce7c-59a476e4e04d", "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-570065e9f2750d63f", "ami": "ami-afba9c04", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4ce8e138"], "subnet_id": "subnet-9b98e860", "key_name": "prod-deploy-key" } } ] } ] }