From addd092f49a8cc6dc813be048e11afbddd68271c Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 10 Mar 2025 14:49:34 -0400 Subject: [PATCH] set timeout to 10m --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index a4b679c..949608a 100644 --- a/main.tf +++ b/main.tf @@ -38,7 +38,7 @@ resource "helm_release" "loki" { namespace = var.namespace replace = true repository = "https://grafana.github.io/helm-charts" - timeout = 900 + timeout = 600 version = var.loki_chart_version wait = true