Skip to content

Commit

Permalink
add code (hashicorp#23770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-zhenhua authored Nov 3, 2023
1 parent 3e20478 commit 41be3be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ resource "azurerm_windows_virtual_machine" "test" {
source_image_reference {
publisher = "MicrosoftWindowsDesktop"
offer = "Windows-10"
sku = "20h2-pro-g2"
sku = "win10-21h2-ent"
version = "latest"
}
}
Expand Down Expand Up @@ -2271,7 +2271,7 @@ resource "azurerm_windows_virtual_machine" "test" {
source_image_reference {
publisher = "MicrosoftWindowsDesktop"
offer = "Windows-10"
sku = "20h2-pro-g2"
sku = "win10-21h2-ent"
version = "latest"
}
}
Expand Down

0 comments on commit 41be3be

Please sign in to comment.