From ef665d8e6e02b246167a825623af1aa204305a20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:25:20 +0000 Subject: [PATCH] Update Terraform azurerm to 3.108 --- infrastructure/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/main.tf b/infrastructure/main.tf index fdc3ea9f1..9f77977dc 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -1,4 +1,4 @@ provider "azurerm" { - version = "=3.40" + version = "3.108" features {} }