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