Skip to content

Commit

Permalink
Fix keyvault prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardsp committed Feb 1, 2022
1 parent a45a1d4 commit 3d70a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/lhsm-plugin-az/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type (
AzStorageAccount string `hcl:"az_storage_account"`
AzStorageSuffix string `hcl:"az_storage_suffix"`
AzStorageKVName string `hcl:"az_kv_name"`
AzStorageKVSuffix string `hcl:"az_kv_suffix`
AzStorageKVSuffix string `hcl:"az_kv_suffix"`
AzStorageKVSecretName string `hcl:"az_kv_secret_name"`
AzStorageSAS string `hcl:"az_storage_sas"`
Endpoint string
Expand All @@ -54,7 +54,7 @@ type (
AzStorageAccount string `hcl:"az_storage_account"`
AzStorageSuffix string `hcl:"az_storage_suffix"`
AzStorageKVName string `hcl:"az_kv_name"`
AzStorageKVSuffix string `hcl:"az_kv_suffix`
AzStorageKVSuffix string `hcl:"az_kv_suffix"`
AzStorageKVSecretName string `hcl:"az_kv_secret_name"`
AzStorageSAS string `hcl:"az_storage_sas"`
Endpoint string `hcl:"endpoint"`
Expand Down

0 comments on commit 3d70a83

Please sign in to comment.