{ "version": 4, "terraform_version": "1.7.8", "serial": 152, "lineage": "1d0176e9-40f8-2ec3-3af8-5246149fa92f", "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-4bdb89ba2204fafcd", "ami": "ami-f74d9c8c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c3d404cd"], "subnet_id": "subnet-270dc330", "key_name": "prod-deploy-key" } } ] } ] }