From 285f5b66cf1063b2eccf36990866cbc09277109b Mon Sep 17 00:00:00 2001 From: Igor Kotov Date: Thu, 3 Nov 2022 10:03:39 +0300 Subject: [PATCH] Update locals.tf --- locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locals.tf b/locals.tf index 390c198..7167cc1 100644 --- a/locals.tf +++ b/locals.tf @@ -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 = {