Skip to content

Commit 8b33d82

Browse files
authored
fix: Typo in README.md (#652)
Fix in terraform example reference for resource group. `example` should be used instead of `test`
1 parent 573b662 commit 8b33d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ resource "azurerm_resource_group" "example" {
5555
resource "azapi_resource" "automationAccount" {
5656
type = "Microsoft.Automation/automationAccounts@2021-06-22"
5757
name = "myAccount"
58-
parent_id = azurerm_resource_group.test.id
58+
parent_id = azurerm_resource_group.example.id
5959
60-
location = azurerm_resource_group.test.location
60+
location = azurerm_resource_group.example.location
6161
body = {
6262
properties = {
6363
disableLocalAuth = true

0 commit comments

Comments
 (0)