Skip to content

Commit

Permalink
azurerm_monitor_diagnostic_setting: doc update: resource_id -> target…
Browse files Browse the repository at this point in the history
…_resource_id (#2417)
  • Loading branch information
katbyte authored and metacpp committed Dec 1, 2018
1 parent f22394c commit 7d24afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/monitor_diagnostic_setting.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The following arguments are supported:

* `name` - (Required) Specifies the name of the Diagnostic Setting. Changing this forces a new resource to be created.

* `resource_id` - (Required) The ID of an existing Resource on which to configure Diagnostic Settings. Changing this forces a new resource to be created.
* `target_resource_id` - (Required) The ID of an existing Resource on which to configure Diagnostic Settings. Changing this forces a new resource to be created.

* `event_hub_name` - (Optional) Specifies the name of the Event Hub where Diagnostics Data should be sent. Changing this forces a new resource to be created.

Expand Down

0 comments on commit 7d24afc

Please sign in to comment.