Skip to content

Commit dc0b8e7

Browse files
committed
force https for ihfhec-ack
1 parent 0d9c09c commit dc0b8e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

terraform/instances-template/instance-ihf.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ resource "aws_alb_listener" "ihfhec-ack" {
448448
load_balancer_arn = aws_lb.ihfhec-ack[0].arn
449449
port = 8088
450450
# change here for HTTPS
451-
protocol = "HTTP"
451+
protocol = "HTTPS"
452+
certificate_arn = aws_acm_certificate_validation.acm_certificate_validation_elb_hecihf.certificate_arn
452453
default_action {
453454
target_group_arn = aws_alb_target_group.ihfhec-ack.arn
454455
type = "forward"

0 commit comments

Comments
 (0)