{ "version": 4, "terraform_version": "1.6.8", "serial": 429, "lineage": "64421738-1f78-a127-ec81-d66613ce1263", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-476e733734d938ec8", "ami": "ami-d344d4ed", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f5885c2d"], "subnet_id": "subnet-2598a00d", "key_name": "prod-deploy-key" } } ] } ] }