We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 794ff2f commit c28c55cCopy full SHA for c28c55c
1 file changed
terraform/main.tf
@@ -32,7 +32,7 @@ resource "azurerm_shared_image" "windows-sig" {
32
resource_group_name = azurerm_resource_group.rg.name
33
location = azurerm_resource_group.rg.location
34
os_type = "Windows"
35
- hyper_v_generation = "V1"
+ hyper_v_generation = "V2"
36
architecture = "x64"
37
identifier {
38
publisher = "MicrosoftWindowsServer"
0 commit comments