Add KeyVault parameter and fix whitespace
This commit is contained in:
parent
0f09638f7a
commit
892622987c
|
@ -5,6 +5,9 @@
|
||||||
"keyVaultName": {
|
"keyVaultName": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"keyVaultSKU": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"keyVaultSecretValue": {
|
"keyVaultSecretValue": {
|
||||||
"type": "securestring"
|
"type": "securestring"
|
||||||
},
|
},
|
||||||
|
@ -69,4 +72,4 @@
|
||||||
"keyVaultSecretName": "packerKeyVaultSecret",
|
"keyVaultSecretName": "packerKeyVaultSecret",
|
||||||
"location": "[resourceGroup().location]"
|
"location": "[resourceGroup().location]"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue