Skip to content

Commit

Permalink
fix local sensitive file attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent da9549d commit b58da96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ resource "helm_release" "console" {
create_namespace = true
timeout = 300
values = [
data.local_sensitive_file.console
data.local_sensitive_file.console.content
]

depends_on = [ module.mgmt.cluster, helm_release.runtime, module.mgmt.db_url ]
Expand Down

0 comments on commit b58da96

Please sign in to comment.