From aaeb89ecb3fc19e8c71213c943e99a6165215db3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:48:37 +0000 Subject: [PATCH] Update Terraform azurerm to v4.10.0 --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index 9fdc3e3cc2..91a5b9c71d 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -4,7 +4,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.9.0" + version = "4.10.0" } random = { source = "hashicorp/random"