Fix config documentation
This commit is contained in:
parent
892622987c
commit
ebb161ae41
|
@ -258,7 +258,8 @@ type Config struct {
|
|||
// Specify an existing key vault to use for uploading certificates to the
|
||||
// instance to connect.
|
||||
BuildKeyVaultName string `mapstructure:"build_key_vault_name"`
|
||||
// Specify the KeyVault SKU to use when building: standard or premium
|
||||
// Specify the KeyVault SKU to create during the build. Valid values are
|
||||
// standard or premium. The default value is standard.
|
||||
BuildKeyVaultSKU string `mapstructure:"build_key_vault_sku"`
|
||||
storageAccountBlobEndpoint string
|
||||
// This value allows you to
|
||||
|
|
|
@ -118,10 +118,6 @@
|
|||
- `build_key_vault_name` (string) - Specify an existing key vault to use for uploading certificates to the
|
||||
instance to connect.
|
||||
|
||||
- `build_key_vault_sku` (string) - Specify the KeyVault SKU to create during
|
||||
the build. Valid values are standard or premium. The default value is
|
||||
standard.
|
||||
|
||||
- `private_virtual_network_with_public_ip` (bool) - This value allows you to
|
||||
set a virtual_network_name and obtain a public IP. If this value is not
|
||||
set and virtual_network_name is defined Packer is only allowed to be
|
||||
|
@ -234,3 +230,4 @@
|
|||
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.
|
||||
|
Loading…
Reference in New Issue