From 62fc2c349e6e2dd170e374a28063dc5486673f5e Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:18:12 +0000 Subject: [PATCH] chore(deps): update terraform http to v3.4.1 (#2278) Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com> --- infra/terraform/cloudflare/main.tf | 2 +- infra/terraform/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/terraform/cloudflare/main.tf b/infra/terraform/cloudflare/main.tf index 540afeaa5..d6740ead4 100644 --- a/infra/terraform/cloudflare/main.tf +++ b/infra/terraform/cloudflare/main.tf @@ -7,7 +7,7 @@ terraform { } http = { source = "hashicorp/http" - version = "3.4.0" + version = "3.4.1" } sops = { source = "carlpett/sops" diff --git a/infra/terraform/main.tf b/infra/terraform/main.tf index eaf03dff4..27d5b2e07 100644 --- a/infra/terraform/main.tf +++ b/infra/terraform/main.tf @@ -7,7 +7,7 @@ terraform { } http = { source = "hashicorp/http" - version = "3.4.0" + version = "3.4.1" } sops = { source = "carlpett/sops"