From 95acbfd52bce4df661e3f7fdbbafdd41fc9f3fe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 23:35:42 +0000 Subject: [PATCH] Update Terraform azurerm to 3.109 --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index fdc3ea9f1..e24138f54 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -1,4 +1,4 @@ provider "azurerm" { - version = "=3.40" + version = "3.109" features {} }