Fixing some documentation issues with the Azurerm Traffic Manager Endpoint page
This commit is contained in:
parent
66273ad9b2
commit
444cf35649
|
@ -50,14 +50,14 @@ resource "azurerm_traffic_manager_endpoint" "test" {
|
||||||
|
|
||||||
The following arguments are supported:
|
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.
|
new resource to be created.
|
||||||
|
|
||||||
* `resource_group_name` - (Required) The name of the resource group in which to
|
* `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
|
* `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
|
* `endpoint_status` - (Optional) The status of the Endpoint, can be set to
|
||||||
either `Enabled` or `Disabled`. Defaults to `Enabled`.
|
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_resource_id` - (Optional) The resource id of an Azure resource to
|
||||||
target. This argument must be provided for an endpoint of type
|
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
|
* `weight` - (Optional) Specifies how much traffic should be distributed to this
|
||||||
endpoint, this must be specified for Profiles using the `Weighted` traffic
|
endpoint, this must be specified for Profiles using the `Weighted` traffic
|
||||||
|
|
Loading…
Reference in New Issue