load-balancing-alb
Variables
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
IncludeLockFile |
Include a Terraform lock file. | bool |
false |
no |
Name |
Application Load Balancer name | string |
main |
no |
Internal |
If true, the Application Load Balancer will be internal. If false, it will be internet-facing. | bool |
true |
no |
Dns |
If Enable is true, a Route 53 record will be created for the ALB. If EnableHttps is true, a certificate will be configured for the domain and the ALB will be configured to use it. All HTTP requests will be redirected to HTTPS. | map |
{"Enable": true, "EnableHttps": true} |
no |