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

Load Balancer #27 in "Done" #92

Open
deniseddi opened this issue May 22, 2020 · 1 comment
Open

Load Balancer #27 in "Done" #92

deniseddi opened this issue May 22, 2020 · 1 comment
Assignees

Comments

@deniseddi
Copy link
Contributor

deniseddi commented May 22, 2020

Requirement:

  • Create a load balancer that only listen to port 443
@deniseddi
Copy link
Contributor Author

deniseddi commented May 22, 2020

Current code in modules application has:

Load Balancer - Listener

resource "aws_alb_listener" "main" {
load_balancer_arn = "${aws_alb.main.arn}"
port = 80
protocol = "HTTP"
default_action {
type = "forward"
target_group_arn = "${aws_alb_target_group.main.arn}"
}
}

@drii-cavalcanti drii-cavalcanti self-assigned this May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants