{ "version": 4, "terraform_version": "1.7.9", "serial": 369, "lineage": "bf2f3be9-a3ad-4522-af7b-a7fdf33b28af", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-7c40c412410fe0ffc", "ami": "ami-df6d07b1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5fd890f8"], "subnet_id": "subnet-2f747e49", "key_name": "prod-deploy-key" } } ] } ] }