{ "version": 4, "terraform_version": "1.8.4", "serial": 279, "lineage": "3f4441bc-119f-d5ae-4283-0170c89060ec", "outputs": { "db_endpoint": { "value": "db-0.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-c3964f1bc9abd0e6c", "ami": "ami-03568c31", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-112fb0e9"], "subnet_id": "subnet-71e9ce59", "key_name": "prod-deploy-key" } } ] } ] }