Skip to content

Commit c68ad56

Browse files
authored
Update Azure VM location and size in configuration
1 parent 03e9ff6 commit c68ad56

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

builder/azure/arm/testdata/windows_sig.pkr.hcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ source "azure-arm" "windows-sig" {
1919
winrm_username = "packer"
2020
use_azure_cli_auth = true
2121
polling_duration_timeout = "60m"
22+
azure_deployment_timeout = "45m"
2223
public_ip_sku = "Standard"
2324
shared_image_gallery_destination {
2425
image_name = "${var.resource_prefix}-windows-sig"
@@ -34,8 +35,8 @@ source "azure-arm" "windows-sig" {
3435
image_offer = "WindowsServer"
3536
image_sku = "2022-datacenter"
3637

37-
location = "South Central US"
38-
vm_size = "Standard_DS2_v2"
38+
location = "West US 2"
39+
vm_size = "Standard_D2s_v3"
3940
}
4041

4142
build {

0 commit comments

Comments
 (0)