From 6b7c4ebf250b8b591b2ca9e55173b89eb9ad1eff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:55:24 +0000 Subject: [PATCH] Update Terraform azurerm to v4.67.0 --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 95b0eaaf090..eb582d1e7be 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.61.0" + version = "4.67.0" } random = { source = "hashicorp/random"