From 0499b23a0d9bf9a749746e063d80625983bd9685 Mon Sep 17 00:00:00 2001 From: Zachary Bailey Date: Mon, 16 Dec 2024 08:56:01 -0800 Subject: [PATCH] fix: shared image gallery replica count --- vhdbuilder/packer/vhd-image-builder-cvm.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vhdbuilder/packer/vhd-image-builder-cvm.json b/vhdbuilder/packer/vhd-image-builder-cvm.json index 878395bd939..99bcad130c0 100644 --- a/vhdbuilder/packer/vhd-image-builder-cvm.json +++ b/vhdbuilder/packer/vhd-image-builder-cvm.json @@ -65,6 +65,7 @@ "vtpm_enabled": true, "security_type": "ConfidentialVM", "security_encryption_type": "VMGuestStateOnly", + "shared_image_gallery_replica_count": 2, "shared_image_gallery_destination": { "specialized": true, "confidential_vm_image_encryption_type": "EncryptedVMGuestStateOnlyWithPmk",