Fix config documentation

This commit is contained in:
Mike Brancato 2020-03-11 21:43:37 -04:00
parent 892622987c
commit ebb161ae41
2 changed files with 49 additions and 51 deletions

View File

@ -258,7 +258,8 @@ type Config struct {
// Specify an existing key vault to use for uploading certificates to the // Specify an existing key vault to use for uploading certificates to the
// instance to connect. // instance to connect.
BuildKeyVaultName string `mapstructure:"build_key_vault_name"` 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"` BuildKeyVaultSKU string `mapstructure:"build_key_vault_sku"`
storageAccountBlobEndpoint string storageAccountBlobEndpoint string
// This value allows you to // This value allows you to

View File

@ -118,10 +118,6 @@
- `build_key_vault_name` (string) - Specify an existing key vault to use for uploading certificates to the - `build_key_vault_name` (string) - Specify an existing key vault to use for uploading certificates to the
instance to connect. 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 - `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 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 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 temporary resource group asynchronously set this value. It's a boolean
value and defaults to false. Important Setting this true means that value and defaults to false. Important Setting this true means that
your builds are faster, however any failed deletes are not reported. your builds are faster, however any failed deletes are not reported.