Skip to content

Commit

Permalink
Fix: use new scope variable in custom-image module
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-stroud committed Mar 19, 2024
1 parent bfd6d4f commit 8538b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/packer/custom-image/image.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8538b02

Please sign in to comment.