Skip to content

Commit

Permalink
Merge pull request #311 from hashicorp/IL-678
Browse files Browse the repository at this point in the history
IL-678 Update `image_sku`
  • Loading branch information
thomashashi committed Jun 22, 2023
2 parents 778fc25 + 55559b6 commit 719e95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 719e95b

Please sign in to comment.