{ "version": 4, "terraform_version": "1.7.4", "serial": 456, "lineage": "f01ac3d4-2585-3ab6-b33f-06f731b66e5e", "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-7cdbe952be4d880b7", "ami": "ami-072739c0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bd564aaf"], "subnet_id": "subnet-747efe3f", "key_name": "prod-deploy-key" } } ] } ] }