We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9c09c commit dc0b8e7Copy full SHA for dc0b8e7
1 file changed
terraform/instances-template/instance-ihf.tf
@@ -448,7 +448,8 @@ resource "aws_alb_listener" "ihfhec-ack" {
448
load_balancer_arn = aws_lb.ihfhec-ack[0].arn
449
port = 8088
450
# change here for HTTPS
451
- protocol = "HTTP"
+ protocol = "HTTPS"
452
+ certificate_arn = aws_acm_certificate_validation.acm_certificate_validation_elb_hecihf.certificate_arn
453
default_action {
454
target_group_arn = aws_alb_target_group.ihfhec-ack.arn
455
type = "forward"
0 commit comments