From 55559b659c7f6959b56868d78cdf95795056cec5 Mon Sep 17 00:00:00 2001 From: Thomas Kula Date: Thu, 22 Jun 2023 16:55:23 -0400 Subject: [PATCH] IL-678 Update `image_sku` See IL-678 and https://github.com/hashicorp/se-workshop-hashicat-app/pull/7 for details --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 512490ca7..7c8809286 100644 --- a/variables.tf +++ b/variables.tf @@ -44,7 +44,7 @@ variable "image_offer" { variable "image_sku" { description = "Image SKU to apply (az vm image list)" - default = "22_04-lts" + default = "22_04-LTS-gen2" } variable "image_version" {