Skip to content

Commit

Permalink
[CI] Format terraform
Browse files Browse the repository at this point in the history
Run terraform fmt over the terraform code defining the premerge setup.
  • Loading branch information
boomanaiden154 committed Dec 11, 2024
1 parent 9b155cc commit ff1a43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premerge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ resource "helm_release" "grafana-k8s-monitoring" {
value = format("%s/api/prom", var.externalservices_prometheus_host)
}

depends_on = [ kubernetes_namespace.grafana ]
depends_on = [kubernetes_namespace.grafana]
}

data "google_secret_manager_secret_version" "metrics_github_pat" {
Expand Down

0 comments on commit ff1a43f

Please sign in to comment.