Fix formatting
This commit is contained in:
parent
926e3ac2e4
commit
3c6b248bd5
|
@ -257,9 +257,9 @@ type Config struct {
|
|||
BuildResourceGroupName string `mapstructure:"build_resource_group_name"`
|
||||
// Specify an existing key vault to use for uploading certificates to the
|
||||
// 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
|
||||
BuildKeyVaultSKU string `mapstructure:"build_key_vault_sku"`
|
||||
BuildKeyVaultSKU string `mapstructure:"build_key_vault_sku"`
|
||||
storageAccountBlobEndpoint string
|
||||
// This value allows you to
|
||||
// set a virtual_network_name and obtain a public IP. If this value is not
|
||||
|
|
Loading…
Reference in New Issue