Skip to content

Commit

Permalink
preserve_client_ip set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay Jadhav committed Jun 30, 2022
1 parent 381bb7f commit 251fb58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ resource "aws_lb_target_group" "target_groups" {
port = var.listeners[count.index]["target_port"]
protocol = "TCP"
vpc_id = var.vpc_id
preserve_client_ip = false

health_check {
interval = var.health_check_interval
Expand Down

0 comments on commit 251fb58

Please sign in to comment.