From 9e6c81c2a85a869ae8df14a2bdc7a8cabb8509fd Mon Sep 17 00:00:00 2001 From: ganat <36239758+ganat@users.noreply.github.com> Date: Wed, 7 Feb 2018 12:31:36 -0500 Subject: [PATCH] Update protocol for HTTPS on HTTPS Target group The protocol for HTTPS traget group should be HTTPS instead of HTTP. --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index a3bdcb48..4cfeb47f 100644 --- a/main.tf +++ b/main.tf @@ -253,7 +253,7 @@ resource "aws_lb_target_group" "application-https" { list(element(compact(split(",",local.instance_https_ports)), count.index)) )}" port = "${element(compact(split(",",local.instance_https_ports)), count.index)}" - protocol = "HTTP" + protocol = "HTTPS" vpc_id = "${var.vpc_id}" #deregistration_delay = "${}" #target_type = "${}"