From 55c5d0d2b568dc3668ac452389268c1199a0e8c8 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 21 Apr 2025 18:40:59 -0400 Subject: [PATCH] increase timeout and wait --- main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 093a1c8..c601857 100644 --- a/main.tf +++ b/main.tf @@ -162,7 +162,8 @@ resource "helm_release" "keycloak" { namespace = kubernetes_namespace.keycloak.metadata[0].name version = var.keycloak_chart_version repository = "${path.module}/charts" - timeout = 300 + timeout = 600 + wait = true depends_on = [helm_release.keycloak-db] values = [templatefile("${path.module}/keycloak-server-values.yaml", {