load-balancing-alb
Variables
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
Name |
Load balancer name, used to name the ALB and related resources. | string |
main |
no |
Internal |
Make the ALB internal, so it is only reachable from inside the VPC. If false, the ALB is internet-facing. | bool |
true |
no |
Dns |
DNS and TLS for the ALB. Enable points <Environment>.oslo.systems (created by the dns template) at the ALB. EnableHttps serves HTTPS on that domain and redirects all HTTP requests to HTTPS; when disabled, the ALB serves plain HTTP instead. EnableIPv6 makes the ALB reachable over IPv6. |
map |
{"Enable": true, "EnableHttps": true, "EnableIPv6": false} |
no |