mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
space fix
This commit is contained in:
parent
4992429e8c
commit
da67df6d03
1 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ const testBuilderAccManagedDiskWindows = `
|
|||
"winrm_insecure": "true",
|
||||
"winrm_timeout": "3m",
|
||||
"winrm_username": "packer",
|
||||
"async_resourcegroup_delete": "true",
|
||||
"async_resourcegroup_delete": "true",
|
||||
|
||||
"location": "South Central US",
|
||||
"vm_size": "Standard_DS2_v2"
|
||||
|
|
@ -201,7 +201,7 @@ const testBuilderAccManagedDiskLinuxDeviceLogin = `
|
|||
"image_publisher": "Canonical",
|
||||
"image_offer": "UbuntuServer",
|
||||
"image_sku": "16.04-LTS",
|
||||
"async_resourcegroup_delete": "true",
|
||||
"async_resourcegroup_delete": "true",
|
||||
|
||||
"location": "South Central US",
|
||||
"vm_size": "Standard_DS2_v2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue