[Feature] Create azurerm_key_vault_secret
with value stored as sensitive
variable in terraform.tfvars
file
#321
Labels
enhancement
New feature or request
At this time the secrets from Azure Key Vault are imported into the
main.tf
file in plain text.It would be good to create the Terraform resource for
azurerm_key_vault_secret
with a correspondingsensitive
variable that has the value appended to a variables file (e.g.terraform.tfvars
).When importing massive amounts of secrets, this would make it easy to add the produced Terraform code to a Git repo with appropriate
.gitignore
for*.tfvars
files.A great tool in any case. Thanks team! Much appreciated 🙏
The text was updated successfully, but these errors were encountered: