From d76b61d3796c3827432729e10c105cb979bd61a2 Mon Sep 17 00:00:00 2001 From: Sergiu Pantiru <12131904+sergiupantiru@users.noreply.github.com> Date: Wed, 22 Jan 2020 09:01:56 +0100 Subject: [PATCH] fix batch pool d documentation --- website/docs/d/batch_pool.html.markdown | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/website/docs/d/batch_pool.html.markdown b/website/docs/d/batch_pool.html.markdown index 11e6d9bba27dd..7f036dd026287 100644 --- a/website/docs/d/batch_pool.html.markdown +++ b/website/docs/d/batch_pool.html.markdown @@ -159,26 +159,26 @@ A `network_configuration` block exports the following: --- -A `endpoint_configuration` block supports the following: +A `endpoint_configuration` block exports the following: -* `name` - The name of the endpoint. The name must be unique within a Batch pool, can contain letters, numbers, underscores, periods, and hyphens. Names must start with a letter or number, must end with a letter, number, or underscore, and cannot exceed 77 characters. Changing this forces a new resource to be created. +* `name` - The name of the endpoint. -* `backend_port` - The port number on the compute node. Acceptable values are between `1` and `65535` except for `29876`, `29877` as these are reserved. Changing this forces a new resource to be created. +* `backend_port` - The port number on the compute node. -* `protocol` - The protocol of the endpoint. Acceptable values are `TCP` and `UDP`. Changing this forces a new resource to be created. +* `protocol` - The protocol of the endpoint. Acceptable values are `TCP` and `UDP`. -* `frontend_port_range_start` - The first port number in the range of external ports that will be used to provide inbound access to the backendPort on individual compute nodes. Acceptable values range between `1` and `65534` except ports from `50000` to `55000` which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. Values must be a range of at least `100` nodes. Changing this forces a new resource to be created. +* `frontend_port_range_start` - The first port number in the range of external ports that are used to provide inbound access to the backendPort on the individual compute nodes. -* `frontend_port_range_end` - The last port number in the range of external ports that will be used to provide inbound access to the backendPort on individual compute nodes. Acceptable values range between `1` and `65534` except ports from `50000` to `55000` which are reserved by the Batch service. All ranges within a pool must be distinct and cannot overlap. Values must be a range of at least 100 nodes. Changing this forces a new resource to be created. +* `frontend_port_range_end` - The last port number in the range of external ports that are used to provide inbound access to the backendPort on the individual compute nodes. -* `network_security_group_rules` - (Optional) A list of network security group rules that will be applied to the endpoint. The maximum number of rules that can be specified across all the endpoints on a Batch pool is `25`. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. Set as documented in the network_security_group_rules block below. Changing this forces a new resource to be created. +* `network_security_group_rules` - (Optional) The list of network security group rules that are applied to the endpoint. --- -A `network_security_group_rules` block supports the following: +A `network_security_group_rules` block exports the following: -* `access` - The action that should be taken for a specified IP address, subnet range or tag. Acceptable values are `Allow` and `Deny`. Changing this forces a new resource to be created. +* `access` - The action that should be taken for a specified IP address, subnet range or tag. -* `priority` - The priority for this rule. The value must be at least `150`. Changing this forces a new resource to be created. +* `priority` - The priority for this rule. -* `source_address_prefix` - The source address prefix or tag to match for the rule. Changing this forces a new resource to be created. +* `source_address_prefix` - The source address prefix or tag to match for the rule.