From 9699f94c4e6e9e8e64e035845122b4ec9c0a79b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 03:16:50 +0000 Subject: [PATCH] Update Terraform azurerm to v3.94.0 --- infrastructure/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index 4c6c6e2..bbfb0f4 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "3.82.0" + version = "3.94.0" } } }