From daffee0896c8bf2d9694873e77d9a280fbad8193 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:21:22 +0000 Subject: [PATCH] chore(deps): update terraform flux to v1.1.1 --- infra/terraform/flux/main-new.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/terraform/flux/main-new.tf b/infra/terraform/flux/main-new.tf index e3c07e46f..e546816b7 100644 --- a/infra/terraform/flux/main-new.tf +++ b/infra/terraform/flux/main-new.tf @@ -16,7 +16,7 @@ terraform { } flux = { source = "fluxcd/flux" - version = "1.1.0" + version = "1.1.1" } tls = { source = "hashicorp/tls"