minor updates to docs

This commit is contained in:
Hariharan Jayaraman 2018-05-15 11:45:24 -07:00
parent e1b18d594a
commit 784c7973c2
1 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@ Providing `temp_resource_group_name` or `location` in combination with `build_re
CLI example `azure vm sizes -l westus`
- `async_resourcegroup_delete` (boolean) If you want packer to delete the temporary resource group asynchronously. It's a boolean value
and defaults to false. **Important** Setting this true means that your builds are faster, any failed deletes are not reported.
- `async_resourcegroup_delete` (boolean) If you want packer to delete the temporary resource group asynchronously set this value. It's a boolean value
and defaults to false. **Important** Setting this true means that your builds are faster, however any failed deletes are not reported.
## Basic Example