Update the doc with more info
This commit is contained in:
parent
1e66a1b355
commit
9209826bfe
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue