{ "version": 4, "terraform_version": "1.5.9", "serial": 174, "lineage": "7eb4183d-40fb-2fc7-9190-b712d83038ae", "outputs": { "db_endpoint": { "value": "db-2.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-0bb518a5da774522b", "ami": "ami-27123a27", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-007ab43d"], "subnet_id": "subnet-3847e03d", "key_name": "prod-deploy-key" } } ] } ] }