Skip to content

Commit

Permalink
Secret manager flag sensitive output (#786)
Browse files Browse the repository at this point in the history
* Added sensitive output value

* Updated Readme

* updated readme
  • Loading branch information
ddaluka committed Aug 29, 2022
1 parent c798625 commit 16e14fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/secret-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module "secret-manager" {
| [ids](outputs.tf#L17) | Secret ids keyed by secret_ids (names). | |
| [secrets](outputs.tf#L24) | Secret resources. | |
| [version_ids](outputs.tf#L29) | Version ids keyed by secret name : version name. | |
| [versions](outputs.tf#L36) | Secret versions. | |
| [versions](outputs.tf#L36) | Secret versions. | |

<!-- END TFDOC -->
## Requirements
Expand Down
1 change: 1 addition & 0 deletions modules/secret-manager/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ output "version_ids" {
output "versions" {
description = "Secret versions."
value = google_secret_manager_secret_version.default
sensitive = true
}

0 comments on commit 16e14fd

Please sign in to comment.