{ "version": 4, "terraform_version": "1.7.2", "serial": 438, "lineage": "f654319f-4878-39b4-2837-455cecdfead9", "outputs": { "db_endpoint": { "value": "db-1.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-e990f0f276778b11a", "ami": "ami-f5770d14", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4769655e"], "subnet_id": "subnet-cd8d55cd", "key_name": "prod-deploy-key" } } ] } ] }