Skip to content

Commit

Permalink
update resource proccesor
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 12, 2024
1 parent e193943 commit 4a2036b
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"
sku = "22_04-lts-gen2"
version = "latest"
}

Expand Down

0 comments on commit 4a2036b

Please sign in to comment.