From ae1376a9de661db54ecc88c38c6b5b0fefccfa5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:42:57 +0000 Subject: [PATCH] Update Terraform azurerm to v3.92.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index c447fb5..dcb3f63 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "= 3.90.0" + version = "3.92.0" } } }