Skip to content

Commit

Permalink
Merge pull request #9 from gaussb-labs/feature/bucket-versioning
Browse files Browse the repository at this point in the history
Revert "feat: update protocol to HTTPS on aws_lb_target_group"
  • Loading branch information
rajat-tomar authored Sep 23, 2022
2 parents f30c806 + 742f198 commit ef2d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "aws_lb" "alb" {
resource "aws_lb_target_group" "app" {
name = "${var.environment}-${local.target_group_app_name}"
port = var.app_port
protocol = "HTTPS"
protocol = "HTTP"
vpc_id = var.vpc_id
deregistration_delay = var.target_group_deregistration_delay
health_check {
Expand Down

0 comments on commit ef2d4f3

Please sign in to comment.