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