From e27632317f73a18d669cf38dbe2016dccdaf8548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:54:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Terraform=20azure?= =?UTF-8?q?ad=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- az_serviceprincipal/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/az_serviceprincipal/versions.tf b/az_serviceprincipal/versions.tf index 35878f9..f7fd5f1 100644 --- a/az_serviceprincipal/versions.tf +++ b/az_serviceprincipal/versions.tf @@ -2,7 +2,7 @@ terraform { required_providers { azuread = { source = "hashicorp/azuread" - version = "~> 2.0" + version = "~> 3.0" } } }