Skip to content
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

Hide sensitive password data from cli output #89

Merged
merged 1 commit into from
Jan 23, 2020
Merged

Hide sensitive password data from cli output #89

merged 1 commit into from
Jan 23, 2020

Commits on Dec 3, 2019

  1. Hide sensitive password data from cli output

    The password should not be printed to stdout by the cli, since it is
    sensitive data.
    
    Hiding sensitive data is a must-have when running Terraform in CD
    environments. It is good practice to hide sensitive data from CI/CD logs.
    
    See official Terraform docs for details:
    https://www.terraform.io/docs/configuration/outputs.html#sensitive-suppressing-values-in-cli-output
    reegnz committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    13df821 View commit details
    Browse the repository at this point in the history