{ "version": 4, "terraform_version": "1.8.4", "serial": 329, "lineage": "1dbf78fc-4d65-3253-3788-49a98822df77", "outputs": { "db_endpoint": { "value": "db-2.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-f527f0e1814c2eb9a", "ami": "ami-55058ed6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ae028f7a"], "subnet_id": "subnet-b94c6166", "key_name": "prod-deploy-key" } } ] } ] }