Skip to content

Commit 137e2e4

Browse files
authored
Fix documentation (#341)
1 parent 6cbf324 commit 137e2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/data_centers_configuration.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The following Data Center arguments are supported:
181181
For each `data_center` sub resource, at least one `origin_server` sub resource must be defined.
182182
The following Origin Server arguments are supported:
183183

184-
* `address` - (Required) Server Address specified as: ipv4, ipv6, or DNS server name.
184+
* `address` - (Required) Server Address. If Data Center's ip_mode = 'SINGLE_IP', then a valid IP address must be specified. Otherwise, Host / DNS name can be specified as well.
185185
* `weight` - (Optional) When dc_lb_algorithm = WEIGHTED, the weight in percentage of this Origin Server. Then, total weight of all Data Center's Origin Servers must be 100.
186186
* `is_enabled` - (Optional) When true (the default), this Origin Server is enabled. I.e. can serve requests.
187187
* `is_active` - (Optional) When true (the default), this Origin Server is active. When false, this Origin Server will Standby until failover is performed.

0 commit comments

Comments
 (0)