From a567ad36633a05787be164ced406bc8c6f051016 Mon Sep 17 00:00:00 2001 From: Ravi Malvia Date: Sat, 27 Jul 2024 01:27:57 +0530 Subject: [PATCH] fix: updated the version to '3.108.0' --- _examples/aks_with_microsoft_entra_id/versions.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_examples/aks_with_microsoft_entra_id/versions.tf b/_examples/aks_with_microsoft_entra_id/versions.tf index 2f5600a..d7ab930 100644 --- a/_examples/aks_with_microsoft_entra_id/versions.tf +++ b/_examples/aks_with_microsoft_entra_id/versions.tf @@ -7,7 +7,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = ">=3.87.0" + version = ">=3.108.0" } } -} \ No newline at end of file +}