{ "version": 4, "terraform_version": "1.7.8", "serial": 566, "lineage": "69d5f8ea-b0d6-be9d-853f-56c9771c9a18", "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-e16203eed3435ce9b", "ami": "ami-2a91a1e3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8fb8ada0"], "subnet_id": "subnet-7276fd46", "key_name": "prod-deploy-key" } } ] } ] }