{ "version": 4, "terraform_version": "1.7.6", "serial": 236, "lineage": "6e15bf86-0529-af90-08b5-845bf2eca833", "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-bf88e389917200b02", "ami": "ami-27a91968", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c80d1b8d"], "subnet_id": "subnet-d01fdc48", "key_name": "prod-deploy-key" } } ] } ] }