We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e9ff6 commit c68ad56Copy full SHA for c68ad56
1 file changed
builder/azure/arm/testdata/windows_sig.pkr.hcl
@@ -19,6 +19,7 @@ source "azure-arm" "windows-sig" {
19
winrm_username = "packer"
20
use_azure_cli_auth = true
21
polling_duration_timeout = "60m"
22
+ azure_deployment_timeout = "45m"
23
public_ip_sku = "Standard"
24
shared_image_gallery_destination {
25
image_name = "${var.resource_prefix}-windows-sig"
@@ -34,8 +35,8 @@ source "azure-arm" "windows-sig" {
34
35
image_offer = "WindowsServer"
36
image_sku = "2022-datacenter"
37
- location = "South Central US"
38
- vm_size = "Standard_DS2_v2"
+ location = "West US 2"
39
+ vm_size = "Standard_D2s_v3"
40
}
41
42
build {
0 commit comments