From 0371e9bf1c522c547708641951b2c6a77a398ec4 Mon Sep 17 00:00:00 2001 From: schurzi Date: Wed, 28 Aug 2024 13:08:52 +0200 Subject: [PATCH] Pin version of azurerm to compatible state --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index c0c7800d..da22b207 100644 --- a/versions.tf +++ b/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "registry.terraform.io/hashicorp/azurerm" - #version = "~>2.98" + #version = "~>2.98, <4.0" } } required_version = "~>1.0"