{ "version": 4, "terraform_version": "1.8.4", "serial": 362, "lineage": "8316ae67-8a7f-f1d4-053c-9a14b8396ebb", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9cbea87c767b3d651", "ami": "ami-d8486bca", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4a55f429"], "subnet_id": "subnet-a44913a5", "key_name": "prod-deploy-key" } } ] } ] }