From 8b7c0adb8484a9132c1247f45b29f4ffbb7c9268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 07:44:20 +0000 Subject: [PATCH] Update Terraform azurerm to ~> 3.78.0 --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 5b8a3e135..3dfa28439 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.77.0" + version = "~> 3.78.0" } } }