RootPrivileges / terragrunt-aws-modules

MIT License
0 stars 0 forks source link

Mark sensitive output variables as such #11

Closed RootPrivileges closed 4 years ago

RootPrivileges commented 4 years ago

Currently, all output variables are written in the Terraform console log. None of these are clear text passwords; however, some are subsequently decrypted. Those which are remotely sensitive should have sensitive = true added to their definitions to prevent their existence being disclosed in the console.