Skip to content

Commit

Permalink
fix: helm_release output became sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeri Malmberg committed Jul 26, 2023
1 parent 222081e commit 203c3fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
output "helm_release" {
value = module.helm_release.helm_release
description = "The installed Helm release."
sensitive = true
}

0 comments on commit 203c3fa

Please sign in to comment.