Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output ALB listener ARNs from aws-ecs-service #141

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

mbarrien
Copy link
Contributor

@mbarrien mbarrien commented Oct 8, 2019

To provide the ability to customize the ALB's rules for an ECS service, we need to provide the ARN of the listener so that they can attach aws_lb_listener_rule instances with references to it. This PR outputs the ARN of the HTTPS listener (usually the one you want), and in cases where we do not auto-redirect the HTTP requests to HTTPS, the HTTP listener. (We intentionally do not output the HTTP listener when redirecting to HTTPS, since we'd prefer users not do any custom rules on the HTTP side.)

@mbarrien mbarrien requested a review from a team as a code owner October 8, 2019 01:24
@mbarrien mbarrien merged commit 4920998 into master Oct 8, 2019
@mbarrien mbarrien deleted the mbarrien/ecs-listener-arn branch October 8, 2019 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants