From 444cf356492c91c4cabde1ec6777a7a2f57f2b4c Mon Sep 17 00:00:00 2001 From: John McGowan Date: Wed, 12 Apr 2017 17:11:26 -0600 Subject: [PATCH] Fixing some documentation issues with the Azurerm Traffic Manager Endpoint page --- .../azurerm/r/traffic_manager_endpoint.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/azurerm/r/traffic_manager_endpoint.html.markdown b/website/source/docs/providers/azurerm/r/traffic_manager_endpoint.html.markdown index 8e6e93d8a..8ddf80d24 100644 --- a/website/source/docs/providers/azurerm/r/traffic_manager_endpoint.html.markdown +++ b/website/source/docs/providers/azurerm/r/traffic_manager_endpoint.html.markdown @@ -50,14 +50,14 @@ resource "azurerm_traffic_manager_endpoint" "test" { The following arguments are supported: -* `name` - (Required) The name of the virtual network. Changing this forces a +* `name` - (Required) The name of the Traffic Manager endpoint. Changing this forces a new resource to be created. * `resource_group_name` - (Required) The name of the resource group in which to - create the virtual network. + create the Traffic Manager endpoint. * `profile_name` - (Required) The name of the Traffic Manager Profile to attach - create the virtual network. + create the Traffic Manager endpoint. * `endpoint_status` - (Optional) The status of the Endpoint, can be set to either `Enabled` or `Disabled`. Defaults to `Enabled`. @@ -73,7 +73,7 @@ The following arguments are supported: * `target_resource_id` - (Optional) The resource id of an Azure resource to target. This argument must be provided for an endpoint of type - `azureEndpoints`. + `azureEndpoints` or `nestedEndpoints`. * `weight` - (Optional) Specifies how much traffic should be distributed to this endpoint, this must be specified for Profiles using the `Weighted` traffic