bendrucker / terraform-provider-pkcs12

Terraform provider for working with PKCS12 archives
Mozilla Public License 2.0
0 stars 1 forks source link

Feature request pkcs12_archive #54

Open tofkamp opened 2 months ago

tofkamp commented 2 months ago

It would be nice to have the pkcs12_archive password read from an enviroment variable., if not specified in de .tf file. eg. PKCS12_ARCHIVE_PASSWORD="secret password" and then start terraform/tofu

bendrucker commented 1 month ago

Why would the password need to be set implicitly from an environment variable like that? Environment variables are typically offered for provider configuration variables, not individual resource attributes. You can always define your own sensitive variable and set it via TF_VAR_*.