{ "version": 4, "terraform_version": "1.7.5", "serial": 488, "lineage": "78d68637-c70a-9702-920f-d052a53e05c8", "outputs": { "db_endpoint": { "value": "db-3.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-0b2a31bfca3ddf595", "ami": "ami-de3d948a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-24b9eab7"], "subnet_id": "subnet-024d5a45", "key_name": "prod-deploy-key" } } ] } ] }