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

HTTPS should be on port 80 an protocol should be HTTPS ? #17

Open
molywitman opened this issue Oct 25, 2017 · 1 comment
Open

HTTPS should be on port 80 an protocol should be HTTPS ? #17

molywitman opened this issue Oct 25, 2017 · 1 comment

Comments

@molywitman
Copy link

In modules/alb/main.tf :

resource "aws_alb_listener" "https" {
load_balancer_arn = "${aws_alb.alb.id}"
port = "80"
protocol = "HTTP"

default_action {
target_group_arn = "${aws_alb_target_group.default.id}"
type = "forward"
}
}

@jedateach
Copy link

jedateach commented May 4, 2019

Perhaps it should just be named "http", which duplicates #20

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

No branches or pull requests

2 participants