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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,7 @@ module "ingress" {
223
223
| <aname="input_enable_stickiness"></a> [enable\_stickiness](#input\_enable\_stickiness)| Set to true to use a cookie for load balancer stickiness |`bool`|`false`| no |
224
224
| <aname="input_failure_threshold"></a> [failure\_threshold](#input\_failure\_threshold)| Percentage of failed requests considered an anomaly |`number`|`5`| no |
225
225
| <aname="input_hosted_zone_name"></a> [hosted\_zone\_name](#input\_hosted\_zone\_name)| Hosted zone for AWS Route53 |`string`|`null`| no |
226
+
| <aname="input_internal_alb"></a> [internal\_alb](#input\_internal\_alb)| If true, the LB will be internal. Defaults to false |`bool`|`false`| no |
226
227
| <aname="input_issue_certificate_domains"></a> [issue\_certificate\_domains](#input\_issue\_certificate\_domains)| List of domains for which certificates should be issued |`list(string)`|`[]`| no |
227
228
| <aname="input_legacy_target_group_names"></a> [legacy\_target\_group\_names](#input\_legacy\_target\_group\_names)| Names of legacy target groups which should be included |`list(string)`|`[]`| no |
228
229
| <aname="input_name"></a> [name](#input\_name)| Name for this load balancer |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: modules/alb/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ No modules.
37
37
| <aname="input_description"></a> [description](#input\_description)| Human description for this load balancer |`string`| n/a | yes |
38
38
| <aname="input_enable_access_logs"></a> [enable\_access\_logs](#input\_enable\_access\_logs)| Enable or disable ALB access logs. If set to true, logs will be stored in an S3 bucket. |`bool`|`false`| no |
39
39
| <aname="input_enable_connection_logs"></a> [enable\_connection\_logs](#input\_enable\_connection\_logs)| Enable or disable ALB connection logs. If set to true, logs will be stored in an S3 bucket. |`bool`|`false`| no |
40
+
| <aname="input_internal_alb"></a> [internal\_alb](#input\_internal\_alb)| If true, the LB will be internal. Defaults to false |`bool`|`false`| no |
40
41
| <aname="input_name"></a> [name](#input\_name)| Name for this load balancer |`string`| n/a | yes |
41
42
| <aname="input_s3_logs_bucket_name"></a> [s3\_logs\_bucket\_name](#input\_s3\_logs\_bucket\_name)| Optional S3 bucket name for storing ALB access logs. If not provided, a new bucket will be created. |`string`|`""`| no |
42
43
| <aname="input_security_group_name"></a> [security\_group\_name](#input\_security\_group\_name)| Name for the load balancer security group; defaults to name |`string`|`null`| no |
0 commit comments