Skip to content

Commit

Permalink
fix: heredoc end marker
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 authored Oct 2, 2023
1 parent e895553 commit 429b443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/onp_cluster_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,6 @@ resource "kubernetes_manifest" "onp_minecraft_mariadb_monitoring_password" {
- seichi-debug-minecraft-on-seichiassist-pr-*
data:
monitoring-password: ${ base64encode(random_password.minecraft__prod_mariadb_monitoring_password.result) }
EOS)
EOS
)
}

0 comments on commit 429b443

Please sign in to comment.