Update the doc with more info

This commit is contained in:
Vijay Rajah 2020-04-10 00:34:56 +05:30
parent 1e66a1b355
commit 9209826bfe
2 changed files with 6 additions and 2 deletions

View File

@ -384,7 +384,9 @@ type Config struct {
// `virtual_network_name` is not allowed. // `virtual_network_name` is not allowed.
AllowedInboundIpAddresses []string `mapstructure:"allowed_inbound_ip_addresses"` AllowedInboundIpAddresses []string `mapstructure:"allowed_inbound_ip_addresses"`
// specify custom azure resource names // specify custom azure resource names during build limited to max 10 charcters
// this will set the prefix for the resources. The actuall resource names will be
// `custom_resource_build_prefix` + resourcetype + 5 character random alphanumeric string
CustomResourcePrefix string `mapstructure:"custom_resource_build_prefix" required:"false"` CustomResourcePrefix string `mapstructure:"custom_resource_build_prefix" required:"false"`
// Runtime Values // Runtime Values

View File

@ -234,7 +234,9 @@
Providing `allowed_inbound_ip_addresses` in combination with Providing `allowed_inbound_ip_addresses` in combination with
`virtual_network_name` is not allowed. `virtual_network_name` is not allowed.
- `custom_resource_build_prefix` (string) - specify custom azure resource names - `custom_resource_build_prefix` (string) - specify custom azure resource names during build limited to max 10 charcters
this will set the prefix for the resources. The actuall resource names will be
`custom_resource_build_prefix` + resourcetype + 5 character random alphanumeric string
- `async_resourcegroup_delete` (bool) - If you want packer to delete the - `async_resourcegroup_delete` (bool) - If you want packer to delete the
temporary resource group asynchronously set this value. It's a boolean temporary resource group asynchronously set this value. It's a boolean