From 559ba2cdf0b78793817dd90c29101df70f95f1b3 Mon Sep 17 00:00:00 2001 From: hezijie Date: Tue, 21 Feb 2023 11:27:41 +0800 Subject: [PATCH] amending azurerm provider block to fix this exmaple --- quickstart/201-aks-acr-identity/main.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quickstart/201-aks-acr-identity/main.tf b/quickstart/201-aks-acr-identity/main.tf index d2e91459..9b57e397 100644 --- a/quickstart/201-aks-acr-identity/main.tf +++ b/quickstart/201-aks-acr-identity/main.tf @@ -8,6 +8,10 @@ terraform { } } +provider "azurerm" { + features {} +} + # Reference to the current subscription. Used when creating role assignments data "azurerm_subscription" "current" {}