From a046bfadeb5d8e91e9c3c389076bdef08216bf3c Mon Sep 17 00:00:00 2001 From: Chelsea Mafrica Date: Fri, 16 Feb 2024 18:34:03 +0000 Subject: [PATCH] packer: add replication region to shared image gallery Add eastus2 to replication regions in order to access the image from there. Signed-off-by: Chelsea Mafrica --- azure/image/ubuntu/azure-ubuntu.pkr.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/azure/image/ubuntu/azure-ubuntu.pkr.hcl b/azure/image/ubuntu/azure-ubuntu.pkr.hcl index f62d70f5f..bbf39b33b 100644 --- a/azure/image/ubuntu/azure-ubuntu.pkr.hcl +++ b/azure/image/ubuntu/azure-ubuntu.pkr.hcl @@ -30,6 +30,7 @@ source "azure-arm" "ubuntu" { image_name = "${var.az_gallery_image_name}" image_version = "${var.az_gallery_image_version}" storage_account_type = "Standard_LRS" + replication_regions = ["eastus2", "westeurope"] } }