From bb7b897c3b7f7764e52bf1f847ccb00603054dfc Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 15 Apr 2025 16:09:39 -0400 Subject: [PATCH] add 10m timeout on deploy --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index cf9754e..0441b66 100644 --- a/main.tf +++ b/main.tf @@ -25,6 +25,7 @@ resource "helm_release" "prometheus" { namespace = var.namespace version = var.prometheus_chart_version repository = "https://prometheus-community.github.io/helm-charts" + timeout = 600 # Global set {