From 2071810804f329d46938e16baeae0a88d32be7be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:15:54 +0000 Subject: [PATCH] Update Terraform azurerm to ~> 3.113.0 --- infrastructure/terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform.tf b/infrastructure/terraform.tf index 30309f49..2932d687 100644 --- a/infrastructure/terraform.tf +++ b/infrastructure/terraform.tf @@ -19,7 +19,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "~> 3.112.0" + version = "~> 3.113.0" } azuread = {