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 {