Skip to content

Commit ef2d4f3

Browse files
authored
Merge pull request #9 from gaussb-labs/feature/bucket-versioning
Revert "feat: update protocol to HTTPS on aws_lb_target_group"
2 parents f30c806 + 742f198 commit ef2d4f3

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)