{ "version": 4, "terraform_version": "1.7.4", "serial": 421, "lineage": "6af9b876-5244-29e1-c28d-b44ac28ce549", "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-f5738ebfc3b44255c", "ami": "ami-2bbff757", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f8b9bd7"], "subnet_id": "subnet-5927d7c8", "key_name": "prod-deploy-key" } } ] } ] }