-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"random_string" prints sensitive data to console #17
Comments
I've raised a PR to add an additional option to the provider Feedback appreciated 👍 |
Having a separate |
when this will be released ...below one currently not working for me.
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
"random_string"uses the generated random string as id. The id will be printed to the console like "random_string.password: Refreshing state... (ID: s**********)" when executing
terraform plan
. If you want to use an random_string as an password, you won't like your sensitive data printed to the console.Terraform Version
Terraform v0.11.2
Affected Resource(s)
Expected Behavior
random string should not use the result as id, because it could be sensitive data and will be output when running terraform plan: "random_string.password: Refreshing state... (ID: s**********)"
Actual Behavior
random string uses the result as id and outputs it when running "terraform plan"
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
The text was updated successfully, but these errors were encountered: