{ "version": 4, "terraform_version": "1.7.6", "serial": 302, "lineage": "f71fb014-cfe7-ac29-7eb5-327b3abf1ccd", "outputs": { "db_endpoint": { "value": "db-1.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-f6c9ac95d6a170e96", "ami": "ami-50a3dd86", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5feb5417"], "subnet_id": "subnet-90ec01f7", "key_name": "prod-deploy-key" } } ] } ] }