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