Examples for documentation for AzAPI provider including resource and update_resource
This commit is contained in:
13
quickstart/101-azapi-lab-services/main.tf
Normal file
13
quickstart/101-azapi-lab-services/main.tf
Normal file
@ -0,0 +1,13 @@
|
||||
resource "azurerm_resource_group" "qs101" {
|
||||
name = "rg-qs101"
|
||||
location = "westus2"
|
||||
|
||||
depends_on = [
|
||||
azurerm_resource_provider_registration.qs101
|
||||
]
|
||||
}
|
||||
|
||||
#
|
||||
resource "azurerm_resource_provider_registration" "qs101" {
|
||||
name = "Microsoft.LabServices"
|
||||
}
|
Reference in New Issue
Block a user