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
In case you want to [debug a deployment](https://www.terraform.io/internals/debugging), you can use the following command to increase the level of verbosity.
@@ -79,12 +79,12 @@ You may use one of the following health check types: `TCP`, `HTTP` or `HTTPS`. (
79
79
-`health_check_max_retries` - (Default: `2`) Number of allowed failed health check requests before the backend server is marked as down.
80
80
-`health_check_tcp` - (Optional) This block enables TCP health checks. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
81
81
-`health_check_http` - (Optional) This block enables HTTP health checks. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
82
-
-`uri` - (Required) The HTTP endpoint URL to call for health check requests.
82
+
-`uri` - (Required) The path for health check requests.
83
83
-`method` - (Default: `GET`) The HTTP method to use for health check requests.
84
84
-`code` - (Default: `200`) The expected HTTP status code.
85
85
-`host_header` - (Optional) The HTTP host header to use for health check requests.
86
86
-`health_check_https` - (Optional) This block enable HTTPS health checks. Only one of `health_check_tcp`, `health_check_http` and `health_check_https` should be specified.
87
-
-`uri` - (Required) The HTTPS endpoint URL to call for health check requests.
87
+
-`uri` - (Required) The path for health check requests.
88
88
-`method` - (Default: `GET`) The HTTP method to use for health check requests.
89
89
-`code` - (Default: `200`) The expected HTTP status code.
90
90
-`host_header` - (Optional) The HTTP host header to use for health check requests.
-`connection_rate_limit` - (Optional) The rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
175
+
174
176
-`acl` - (Optional) A list of ACL rules to apply to the Load Balancer frontend. Defined below.
Copy file name to clipboardExpand all lines: docs/resources/lb_route.md
+1
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ The following arguments are supported:
79
79
80
80
-`backend_id` - (Required) The ID of the backend the route is associated with.
81
81
-`frontend_id` - (Required) The ID of the frontend the route is associated with.
82
+
-`match_subdomains` - (Default: `false`) If true, all subdomains will match.
82
83
-`match_sni` - The Server Name Indication (SNI) value to match. Value to match in the Server Name Indication TLS extension (SNI) field from an incoming connection made via an SSL/TLS transport layer.
83
84
Only one of `match_sni` and `match_host_header` should be specified.
0 commit comments