Removed work around for registering Microsoft.LabServices provider
This commit is contained in:
parent
3fcccfc376
commit
dc8d94b026
@ -1,13 +1,4 @@
|
|||||||
resource "azurerm_resource_group" "qs101" {
|
resource "azurerm_resource_group" "qs101" {
|
||||||
name = "rg-qs101"
|
name = "rg-qs101"
|
||||||
location = "westus2"
|
location = "westus2"
|
||||||
|
|
||||||
depends_on = [
|
|
||||||
azurerm_resource_provider_registration.qs101
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
#
|
|
||||||
resource "azurerm_resource_provider_registration" "qs101" {
|
|
||||||
name = "Microsoft.LabServices"
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user