Skip to content

Commit

Permalink
Update acctest for compute: ubuntu image 16.04->18.04 (Azure#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Jan 16, 2023
1 parent cc122a8 commit bbfd451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/cases/case_compute_vm_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ resource "azurerm_linux_virtual_machine" "test" {
source_image_reference {
publisher = "Canonical"
offer = "UbuntuServer"
sku = "16.04-LTS"
sku = "18.04-LTS"
version = "latest"
}
}
Expand Down

0 comments on commit bbfd451

Please sign in to comment.