From 42f89121ea3df8f3399854b9316be17454a98adc Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 19 Jul 2024 01:14:37 -0400 Subject: [PATCH] add timeout --- main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.tf b/main.tf index 17d1276..e39b7d6 100644 --- a/main.tf +++ b/main.tf @@ -67,6 +67,8 @@ resource "helm_release" "loki" { name = "loki" namespace = local.ns repository = "https://grafana.github.io/helm-charts" + timeout = 900 + wait = true ##### Globals ##### set {