Skip to content

Commit

Permalink
Update avi_azscaleset.tf
Browse files Browse the repository at this point in the history
remove 16.04 Ubuntu version with the 18.04 as the 16 does not work anymore.
  • Loading branch information
itlinux authored Jul 22, 2023
1 parent b8e607f commit d3d9f5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "terraform_scale_set_v1" {
source_image_reference {
publisher = "Canonical"
offer = "UbuntuServer"
sku = "16.04-LTS"
sku = "18.04-LTS"
version = "latest"
}

Expand Down Expand Up @@ -112,7 +112,7 @@ resource "azurerm_linux_virtual_machine_scale_set" "terraform_scale_set_v2" {
source_image_reference {
publisher = "Canonical"
offer = "UbuntuServer"
sku = "16.04-LTS"
sku = "18.04-LTS"
version = "latest"
}

Expand Down

0 comments on commit d3d9f5c

Please sign in to comment.