From 86dbea903dcc1bb55d880a0fdd7342f397dbad2b Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Mon, 10 Mar 2025 16:44:11 -0400 Subject: [PATCH] shorter timeout again --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 949608a..5be6fda 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 = 600 + timeout = 300 version = var.loki_chart_version wait = true