Skip to content

Commit

Permalink
azurerm_automation_dsc_nodeconfiguration - fix typo in config (hash…
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops authored and yupwei68 committed Jul 26, 2021
1 parent 805534f commit d5402da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ resource "azurerm_automation_dsc_configuration" "test" {
}
resource "azurerm_automation_dsc_nodeconfiguration" "test" {
name = "acceptance.localhost"
name = "acctest.localhost"
resource_group_name = azurerm_resource_group.test.name
automation_account_name = azurerm_automation_account.test.name
depends_on = [azurerm_automation_dsc_configuration.test]
Expand Down

0 comments on commit d5402da

Please sign in to comment.