Skip to content

Commit 742f198

Browse files
committed
Revert "feat: update protocol to HTTPS on aws_lb_target_group"
This reverts commit 740f8b3.
1 parent 740f8b3 commit 742f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "aws_lb" "alb" {
2828
resource "aws_lb_target_group" "app" {
2929
name = "${var.environment}-${local.target_group_app_name}"
3030
port = var.app_port
31-
protocol = "HTTPS"
31+
protocol = "HTTP"
3232
vpc_id = var.vpc_id
3333
deregistration_delay = var.target_group_deregistration_delay
3434
health_check {

0 commit comments

Comments
 (0)