Skip to content

Commit ad88b56

Browse files
committed
Update load balancer documentation
1 parent be41c30 commit ad88b56

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

website/docs/d/load_balancer.html.markdown

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following attributes are exported:
4545
* `cookie_name` - Name for your given sticky session.
4646
* `ssl_redirect` - Boolean value that indicates if HTTP calls will be redirected to HTTPS.
4747
* `has_ssl` - Boolean value that indicates if SSL is enabled.
48-
* `auto_ssl` - Defines the auto SSL configuration for a load balancer. The configuration of a `auto_ssl` is listened below.
48+
* `auto_ssl_domain` - The auto SSL domain configuration for a load balancer. This can be a root domain (example.com) or include a subdomain (sub.example.com).
4949
* `attached_instances` - Array of instances that are currently attached to the load balancer.
5050
* `status` - Current status for the load balancer
5151
* `ipv4` - IPv4 address for your load balancer.
@@ -77,6 +77,3 @@ The following attributes are exported:
7777
* `ip_type` - (Required) The type of ip this rule is - may be either v4 or v6.
7878
* `source` - (Required) IP address with subnet that is allowed through the firewall. You may also pass in `cloudflare` which will allow only CloudFlares IP range.
7979

80-
`auto_ssl` supports the following
81-
* `domain_zone` - (Required) The auto SSL domain zone (example.com).
82-
* `sub_domain` - (Optional) The auto SSL subdomain.

website/docs/r/load_balancer.html.markdown

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The follow arguments are supported:
5353
* `attached_instances` - (Optional) Array of instances that are currently attached to the load balancer.
5454
* `health_check` - (Optional) A block that defines the way load balancers should check for health. The configuration of a `health_check` is listed below.
5555
* `ssl` - (Optional) A block that supplies your ssl configuration to be used with HTTPS. The configuration of a `ssl` is listed below.
56-
* `auto_ssl` - (Optional) A block that supplies your auto ssl configuration. The configuration of a ` auto_ssl` is listed below.
56+
* `auto_ssl_domain` - (Optional) The auto SSL domain configuration for a load balancer. This can be a root domain (example.com) or include a subdomain (sub.example.com).
5757
* `private_network` (Optional) (Deprecated: use `vpc` instead) A private network ID that the load balancer should be attached to.
5858
* `vpc` (Optional)- A VPC ID that the load balancer should be attached to.
5959

@@ -80,10 +80,6 @@ The follow arguments are supported:
8080
* `certificate` - (Required) The SSL Certificate.
8181
* `chain` - (Optional) The SSL certificate chain.
8282

83-
`auto_ssl` supports the following
84-
* `domain_zone` - (Required) The auto SSL domain zone (example.com).
85-
* `sub_domain` - (Optional) The auto SSL sub domain.
86-
8783
`firewall_rules` supports the following
8884
* `frontend_port` - (Required) Port on load balancer side.
8985
* `ip_type` - (Required) The type of ip this rule is - may be either v4 or v6.
@@ -100,7 +96,7 @@ The following attributes are exported:
10096
* `cookie_name` - Name for your given sticky session.
10197
* `ssl_redirect` - Boolean value that indicates if HTTP calls will be redirected to HTTPS.
10298
* `has_ssl` - Boolean value that indicates if SSL is enabled.
103-
* `auto_ssl` - Defines the auto SSL configuration for a load balancer.
99+
* `auto_ssl_domain` - The auto SSL domain configuration for a load balancer.
104100
* `attached_instances` - Array of instances that are currently attached to the load balancer.
105101
* `status` - Current status for the load balancer
106102
* `ipv4` - IPv4 address for your load balancer.

0 commit comments

Comments
 (0)