Skip to content

Commit

Permalink
Update target_group.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
msglover authored Jan 10, 2022
1 parent c71def2 commit 7ccd170
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 = "HTTPS"
protocol = "TCP"
target_type = "ip"
vpc_id = data.aws_ssm_parameter.vpc_id.value

Expand Down

0 comments on commit 7ccd170

Please sign in to comment.