Skip to content

Commit 3d70a83

Browse files
committed
Fix keyvault prefix
1 parent a45a1d4 commit 3d70a83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/lhsm-plugin-az/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type (
3232
AzStorageAccount string `hcl:"az_storage_account"`
3333
AzStorageSuffix string `hcl:"az_storage_suffix"`
3434
AzStorageKVName string `hcl:"az_kv_name"`
35-
AzStorageKVSuffix string `hcl:"az_kv_suffix`
35+
AzStorageKVSuffix string `hcl:"az_kv_suffix"`
3636
AzStorageKVSecretName string `hcl:"az_kv_secret_name"`
3737
AzStorageSAS string `hcl:"az_storage_sas"`
3838
Endpoint string
@@ -54,7 +54,7 @@ type (
5454
AzStorageAccount string `hcl:"az_storage_account"`
5555
AzStorageSuffix string `hcl:"az_storage_suffix"`
5656
AzStorageKVName string `hcl:"az_kv_name"`
57-
AzStorageKVSuffix string `hcl:"az_kv_suffix`
57+
AzStorageKVSuffix string `hcl:"az_kv_suffix"`
5858
AzStorageKVSecretName string `hcl:"az_kv_secret_name"`
5959
AzStorageSAS string `hcl:"az_storage_sas"`
6060
Endpoint string `hcl:"endpoint"`

0 commit comments

Comments
 (0)