Skip to content

Commit c28c55c

Browse files
authored
Update hyper_v_generation from V1 to V2
1 parent 794ff2f commit c28c55c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "azurerm_shared_image" "windows-sig" {
3232
resource_group_name = azurerm_resource_group.rg.name
3333
location = azurerm_resource_group.rg.location
3434
os_type = "Windows"
35-
hyper_v_generation = "V1"
35+
hyper_v_generation = "V2"
3636
architecture = "x64"
3737
identifier {
3838
publisher = "MicrosoftWindowsServer"

0 commit comments

Comments
 (0)