Skip to content

Commit

Permalink
updaye
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 10, 2024
1 parent 9c2211b commit d1beb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/terraform/resource_processor/vmss_porter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "vm_linux" {
source_image_reference {
publisher = "Canonical"
offer = "0001-com-ubuntu-server-jammy"
sku = "22_04-lts-gen2"
sku = "22_04-lts"
version = "latest"
}

Expand Down

0 comments on commit d1beb03

Please sign in to comment.