{ "version": 4, "terraform_version": "1.8.5", "serial": 128, "lineage": "7acc8774-f49d-8784-054f-0c4a9a5afee1", "outputs": { "db_endpoint": { "value": "db-1.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-6a9447ec43c728cc0", "ami": "ami-5bb8dc66", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6fdd1c7b"], "subnet_id": "subnet-259a2890", "key_name": "prod-deploy-key" } } ] } ] }