{ "version": 4, "terraform_version": "1.8.3", "serial": 323, "lineage": "6ceefcc4-035e-ddce-7d95-a1e234e3a62b", "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-dc3215aa502f8c4f7", "ami": "ami-78cac01c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-edeb40dd"], "subnet_id": "subnet-16b2da08", "key_name": "prod-deploy-key" } } ] } ] }