Skip to content

Commit

Permalink
Update monitor_diagnostic_categories.html.markdown (#3455)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowlatern authored and katbyte committed May 16, 2019
1 parent 0515223 commit c5a5017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/monitor_diagnostic_categories.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data "azurerm_key_vault" "test" {
}
data "azurerm_monitor_diagnostic_categories" "test" {
resource_id = "${azurerm_key_vault.test.id}"
resource_id = "${data.azurerm_key_vault.test.id}"
}
```

Expand Down

0 comments on commit c5a5017

Please sign in to comment.