From b2acd2845a15b4c8a7c62da953d3e2c0857b55e6 Mon Sep 17 00:00:00 2001 From: "renovate-pagopa[bot]" <164534245+renovate-pagopa[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:42:52 +0000 Subject: [PATCH] Update Terraform azurerm to <= 3.97.1 --- src/opex_dashboard/assets/terraform/99_main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opex_dashboard/assets/terraform/99_main.tf b/src/opex_dashboard/assets/terraform/99_main.tf index 490f1fe..d2700b5 100644 --- a/src/opex_dashboard/assets/terraform/99_main.tf +++ b/src/opex_dashboard/assets/terraform/99_main.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = ">= 3.30.0, <= 3.40.0" + version = "<= 3.97.1" } }