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
For an example of using ALB with ECS look no further than the [hashicorp example](https://github.com/hashicorp/terraform/tree/master/examples/aws-ecs-alb).
27
25
28
26
## Input Variables
29
-
---------------
30
27
*`alb_is_internal` - Determines if the ALB is externally facing or internal. (Optional; default: false)
31
28
*`alb_name` - Name of the ALB as it appears in the AWS console. (Optional; default: my_alb)
32
29
*`alb_protocols` - A comma delimited list of protocols the ALB will accept for incoming connections. Only HTTP and HTTPS are supported. (Optional; default: HTTPS)
@@ -42,7 +39,6 @@ For an example of using ALB with ECS look no further than the [hashicorp example
42
39
*`vpc_id` - Resources will be created in the VPC with this `id`. (Required)
43
40
44
41
## Outputs
45
-
-------
46
42
*`alb_id` - `id` of the ALB created.
47
43
*`alb_dns_name` - DNS CNAME of the ALB created.
48
44
*`alb_zone_id` - Route53 `zone_id` of the newly minted ALB.
0 commit comments