You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a way to pass sensitive content to archive_file. At the moment there is no other way to mask a variable or flag an input as sensitive than at the provider level (hashicorp/terraform#16643 (comment)).
Example use case is a rendered template_file with secrets injected into it that we would like to zip.
Provide a way to pass sensitive content to
archive_file
. At the moment there is no other way to mask a variable or flag an input as sensitive than at the provider level (hashicorp/terraform#16643 (comment)).Example use case is a rendered
template_file
with secrets injected into it that we would like to zip.Three different ways this could be implemented:
The text was updated successfully, but these errors were encountered: