Skip to content

Commit

Permalink
Merge pull request #575 from USEPA/alb-default-action
Browse files Browse the repository at this point in the history
Change protocol from TCP to HTTP
  • Loading branch information
msglover authored Jan 10, 2022
2 parents 0c05ca6 + 076d3f7 commit 03d03c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/webcms/target_group.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "aws_lb_target_group" "drupal" {
name = "${var.environment}-${var.site}-${var.lang}"

port = 443
protocol = "TCP"
protocol = "HTTP"
target_type = "ip"
vpc_id = data.aws_ssm_parameter.vpc_id.value

Expand Down

0 comments on commit 03d03c3

Please sign in to comment.