Skip to content

Commit c66fb39

Browse files
committed
Add Key Vault ID as a tag to virtual machines and enhance variable descriptions
Signed-off-by: Andre Licht <al@cloudeteer.de>
1 parent 2f5f8db commit c66fb39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ variable "store_secret_in_key_vault" {
697697
Whether to store generated secrets (admin password or SSH private key) in an Azure Key Vault.
698698
699699
- If `true`, you must provide `key_vault_id`.
700-
- If `false`, `key_vault_id` must be null and no secrets will be stored.
700+
- If `false`, `key_vault_id` must be unset and no secrets will be stored.
701701
EOT
702702

703703
type = bool

0 commit comments

Comments
 (0)