From ca7e1c75971cae99f6193caafaa7632ec053f399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:34:20 +0000 Subject: [PATCH] Update Terraform azurerm to v4.13.0 (#147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- infrastructure/provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index bc35b18..e56f012 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.12.0" + version = "4.13.0" } } }