Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@molywitman

Description

@molywitman

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"
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions