We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573b662 commit 8b33d82Copy full SHA for 8b33d82
README.md
@@ -55,9 +55,9 @@ resource "azurerm_resource_group" "example" {
55
resource "azapi_resource" "automationAccount" {
56
type = "Microsoft.Automation/automationAccounts@2021-06-22"
57
name = "myAccount"
58
- parent_id = azurerm_resource_group.test.id
+ parent_id = azurerm_resource_group.example.id
59
60
- location = azurerm_resource_group.test.location
+ location = azurerm_resource_group.example.location
61
body = {
62
properties = {
63
disableLocalAuth = true
0 commit comments