From eb3952f808e5b571200543ed3aa4aaf547082f4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 07:29:02 +0000 Subject: [PATCH] Update Terraform azurerm to v3.97.0 --- infrastructure/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index cb572f69c..b0ff43451 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -22,7 +22,7 @@ terraform { } azurerm = { source = "hashicorp/azurerm" - version = "3.96.0" + version = "3.97.0" } }