amending azurerm provider block to fix this exmaple

This commit is contained in:
hezijie 2023-02-21 11:27:41 +08:00
parent 30427c1bf9
commit 559ba2cdf0

View File

@ -8,6 +8,10 @@ terraform {
} }
} }
provider "azurerm" {
features {}
}
# Reference to the current subscription. Used when creating role assignments # Reference to the current subscription. Used when creating role assignments
data "azurerm_subscription" "current" {} data "azurerm_subscription" "current" {}