From c8072987e14bb67ae073800f0cffdf73fef24464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:29:38 +0000 Subject: [PATCH] Update Terraform azurerm to v4.76.0 --- terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/main.tf b/terraform/main.tf index 0ecc0a8..768c109 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "4.73.0" + version = "4.76.0" } random = { source = "hashicorp/random"