Format according to terraform fmt

This commit is contained in:
2024-04-13 18:40:09 +02:00
parent f45d0657c8
commit caa362b279
13 changed files with 43 additions and 43 deletions

View File

@@ -27,7 +27,7 @@ resource "helm_release" "argocd" {
resource "kubectl_manifest" "dashboard-ingress" {
depends_on = [helm_release.argocd]
force_new = true
force_new = true
server_side_apply = true
yaml_body = templatefile("${path.module}/argocd_ingress_route.tfpl.yaml", {