You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/load_balancer.html.markdown
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The following attributes are exported:
45
45
*`cookie_name` - Name for your given sticky session.
46
46
*`ssl_redirect` - Boolean value that indicates if HTTP calls will be redirected to HTTPS.
47
47
*`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).
49
49
*`attached_instances` - Array of instances that are currently attached to the load balancer.
50
50
*`status` - Current status for the load balancer
51
51
*`ipv4` - IPv4 address for your load balancer.
@@ -77,6 +77,3 @@ The following attributes are exported:
77
77
*`ip_type` - (Required) The type of ip this rule is - may be either v4 or v6.
78
78
*`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.
79
79
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.
Copy file name to clipboardExpand all lines: website/docs/r/load_balancer.html.markdown
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The follow arguments are supported:
53
53
*`attached_instances` - (Optional) Array of instances that are currently attached to the load balancer.
54
54
*`health_check` - (Optional) A block that defines the way load balancers should check for health. The configuration of a `health_check` is listed below.
55
55
*`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).
57
57
*`private_network` (Optional) (Deprecated: use `vpc` instead) A private network ID that the load balancer should be attached to.
58
58
*`vpc` (Optional)- A VPC ID that the load balancer should be attached to.
59
59
@@ -80,10 +80,6 @@ The follow arguments are supported:
80
80
*`certificate` - (Required) The SSL Certificate.
81
81
*`chain` - (Optional) The SSL certificate chain.
82
82
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
-
87
83
`firewall_rules` supports the following
88
84
*`frontend_port` - (Required) Port on load balancer side.
89
85
*`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:
100
96
*`cookie_name` - Name for your given sticky session.
101
97
*`ssl_redirect` - Boolean value that indicates if HTTP calls will be redirected to HTTPS.
102
98
*`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.
104
100
*`attached_instances` - Array of instances that are currently attached to the load balancer.
0 commit comments