Skip to content

Commit

Permalink
Preserve client ip (#10)
Browse files Browse the repository at this point in the history
* adds flag to permit enable/disable of preserve_client_ip option for target groups

* updates notprod sysdig nlb to use new module, with client ip not preserved to permit flow of traffic from agents
  • Loading branch information
beckywhitemartin authored Mar 14, 2023
1 parent 47a1acb commit 56fbcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ variable "vpc_id" {
description = "The VPC id you are building the network load balancer in"
}

variable "preserve_client_ip"
variable "preserve_client_ip" {
description = "Whether to preserve the client (source) IP - false will regard all traffic as originating from the eni, for example"
default = true
}

0 comments on commit 56fbcce

Please sign in to comment.