From 8538b029e9154d1c15e03b84d897bea400e0b5e8 Mon Sep 17 00:00:00 2001 From: Nick Stroud Date: Tue, 19 Mar 2024 08:41:32 -0700 Subject: [PATCH] Fix: use new scope variable in custom-image module --- modules/packer/custom-image/image.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/packer/custom-image/image.pkr.hcl b/modules/packer/custom-image/image.pkr.hcl index 9a9a0aa93d..d742fed982 100644 --- a/modules/packer/custom-image/image.pkr.hcl +++ b/modules/packer/custom-image/image.pkr.hcl @@ -108,7 +108,7 @@ source "googlecompute" "toolkit_image" { subnetwork = var.subnetwork_name network_project_id = var.network_project_id service_account_email = var.service_account_email - scopes = var.scopes + scopes = var.service_account_scopes source_image = var.source_image source_image_family = var.source_image_family source_image_project_id = var.source_image_project_id