From 47cb960061ed17b4be36004c97baf051a712bcf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:04:40 +0000 Subject: [PATCH] Update Terraform azurerm to v4.19.0 (#1220) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index a95c33506..713b24a92 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -2,6 +2,6 @@ terraform { backend "azurerm" {} required_providers { - azurerm = "4.18.0" + azurerm = "4.19.0" } }