{ "version": 4, "terraform_version": "1.8.9", "serial": 501, "lineage": "9b6e34d7-9de2-0910-5953-76e604e881b3", "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-b1d0aab6ce3c5c03b", "ami": "ami-f3721bff", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0a75343c"], "subnet_id": "subnet-8c8c9007", "key_name": "prod-deploy-key" } } ] } ] }