Skip to content

Commit

Permalink
Update locals.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkotof committed Nov 3, 2022
1 parent c07d4ae commit 285f5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ locals {
backend_port = var.web_proxy_enabled ? var.web_proxy_docker_container_port : var.docker_container_port
target_type = var.ecs_launch_type == "EC2" ? "instance" : "ip"
deregistration_delay = var.alb_deregistration_delay
preserve_client_ip = false
preserve_client_ip = null
# This is specified for compatibility with the tcp target groups. It's not actually used in a lookup.

health_check = {
Expand Down

0 comments on commit 285f5b6

Please sign in to comment.