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