{ "version": 4, "terraform_version": "1.8.5", "serial": 590, "lineage": "34ec1956-b958-0089-1d90-fba4a6ea1396", "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-64ed6cc58f874518b", "ami": "ami-56773fd4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-41ff2020"], "subnet_id": "subnet-2dc2cbcc", "key_name": "prod-deploy-key" } } ] } ] }