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 +}