From 95ce800d5a2604f48e0f458b2df63654af4303e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:20:18 +0000 Subject: [PATCH] Update Terraform azurerm to ~> 4.18.0 --- infrastructure/_state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/_state.tf b/infrastructure/_state.tf index 174d5cfc7a7..aba1f8007f0 100644 --- a/infrastructure/_state.tf +++ b/infrastructure/_state.tf @@ -26,7 +26,7 @@ terraform { azurerm = { source = "hashicorp/azurerm" - version = "~> 4.16.0" + version = "~> 4.18.0" } } }