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"`
|
BuildResourceGroupName string `mapstructure:"build_resource_group_name"`
|
||||||
// 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 use when building: standard or premium
|
||||||
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
|
||||||
// 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
|
||||||
|
|
Loading…
Reference in New Issue