amending azurerm provider block to fix this exmaple
This commit is contained in:
@ -8,6 +8,10 @@ terraform {
|
||||
}
|
||||
}
|
||||
|
||||
provider "azurerm" {
|
||||
features {}
|
||||
}
|
||||
|
||||
# Reference to the current subscription. Used when creating role assignments
|
||||
data "azurerm_subscription" "current" {}
|
||||
|
||||
|
Reference in New Issue
Block a user