From dcfb14415292c99ce80df013bb06d8e5a0f828e3 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 29 Nov 2018 18:18:31 -0800 Subject: [PATCH] azurerm_monitor_diagnostic_setting: doc update: resource_id -> target_resource_id (#2417) --- website/docs/r/monitor_diagnostic_setting.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/monitor_diagnostic_setting.html.markdown b/website/docs/r/monitor_diagnostic_setting.html.markdown index 7a1aac4d895a..012f5db1c268 100644 --- a/website/docs/r/monitor_diagnostic_setting.html.markdown +++ b/website/docs/r/monitor_diagnostic_setting.html.markdown @@ -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.