Open tofkamp opened 2 months 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_*
.
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