Skip to content

Commit

Permalink
fix: grafana password sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Sep 12, 2019
1 parent 0289fa1 commit df0a820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/modules/eks-addons/kube-prometheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ resource "kubernetes_network_policy" "prometheus_operator_allow_ingress_nginx" {
}

output "grafana_password" {
value = random_string.grafana_password.*.result
value = random_string.grafana_password.*.result
sensitive = true
}

0 comments on commit df0a820

Please sign in to comment.