Remove fancy quotes

This commit is contained in:
Seth Vargo 2017-04-06 14:07:04 -04:00
parent a2ee36d9ea
commit 56a50cb552
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
4 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@ The following arguments are supported:
The `record` block supports:
* `preference` - (Required) String representing the preference” value of the MX records. Records with lower preference value take priority.
* `preference` - (Required) String representing the "preference” value of the MX records. Records with lower preference value take priority.
* `exchange` - (Required) The mail server responsible for the domain covered by the MX record.

View File

@ -62,7 +62,7 @@ The following arguments are supported:
* `backend_port` - (Required) The port used for internal connections on the endpoint. Possible values range between 1 and 65535, inclusive.
* `backend_address_pool_id` - (Optional) A reference to a Backend Address Pool over which this Load Balancing Rule operates.
* `probe_id` - (Optional) A reference to a Probe used by this Load Balancing Rule.
* `enable_floating_ip` - (Optional) Floating IP is pertinent to failover scenarios: a floating” IP is reassigned to a secondary server in case the primary server fails. Floating IP is required for SQL AlwaysOn.
* `enable_floating_ip` - (Optional) Floating IP is pertinent to failover scenarios: a "floating” IP is reassigned to a secondary server in case the primary server fails. Floating IP is required for SQL AlwaysOn.
* `idle_timeout_in_minutes` - (Optional) Specifies the timeout for the Tcp idle connection. The value can be set between 4 and 30 minutes. The default value is 4 minutes. This element is only used when the protocol is set to Tcp.
* `load_distribution` - (Optional) Specifies the load balancing distribution type to be used by the Load Balancer. Possible values are: Default The load balancer is configured to use a 5 tuple hash to map traffic to available servers. SourceIP The load balancer is configured to use a 2 tuple hash to map traffic to available servers. SourceIPProtocol The load balancer is configured to use a 3 tuple hash to map traffic to available servers.

View File

@ -75,11 +75,11 @@ The `security_rule` block supports:
* `destination_address_prefix` - (Required) CIDR or destination IP range or * to match any IP. Tags such as VirtualNetwork, AzureLoadBalancer and Internet can also be used.
* `access` - (Required) Specifies whether network traffic is allowed or denied. Possible values are “Allow” and “Deny”.
* `access` - (Required) Specifies whether network traffic is allowed or denied. Possible values are "Allow” and "Deny”.
* `priority` - (Required) Specifies the priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
* `direction` - (Required) The direction specifies if rule will be evaluated on incoming or outgoing traffic. Possible values are “Inbound” and “Outbound”.
* `direction` - (Required) The direction specifies if rule will be evaluated on incoming or outgoing traffic. Possible values are "Inbound” and "Outbound”.
## Attributes Reference

View File

@ -62,11 +62,11 @@ The following arguments are supported:
* `destination_address_prefix` - (Required) CIDR or destination IP range or * to match any IP. Tags such as VirtualNetwork, AzureLoadBalancer and Internet can also be used.
* `access` - (Required) Specifies whether network traffic is allowed or denied. Possible values are “Allow” and “Deny”.
* `access` - (Required) Specifies whether network traffic is allowed or denied. Possible values are "Allow” and "Deny”.
* `priority` - (Required) Specifies the priority of the rule. The value can be between 100 and 4096. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule.
* `direction` - (Required) The direction specifies if rule will be evaluated on incoming or outgoing traffic. Possible values are “Inbound” and “Outbound”.
* `direction` - (Required) The direction specifies if rule will be evaluated on incoming or outgoing traffic. Possible values are "Inbound” and "Outbound”.
## Attributes Reference