Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using this module but passing preserve_client_ip has no effect in tg section. #207

Closed
mkanna opened this issue Jun 16, 2021 · 3 comments
Closed
Labels

Comments

@mkanna
Copy link

mkanna commented Jun 16, 2021

Is your request related to a new offering from AWS?

Is your request related to a problem? Please describe.

Describe the solution you'd like.

Describe alternatives you've considered.

Additional context

target_groups = [
  {
    name             = "example-tg"
    backend_protocol = "TCP"
    backend_port     = 7999
    target_type      = "ip"
    deregistration_delay = 30 
    preserve_client_ip = true
    health_check = {
      enabled             = true
      interval            = 30
      path                = "/"
      port                = 7990
      protocol            = "HTTP"
      matcher             = "200-399"
      healthy_threshold   = 6
      unhealthy_threshold = 6
      timeout             = 6           
     }
  }   

]

@github-actions
Copy link

This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days

@github-actions github-actions bot added the stale label Jan 11, 2022
@github-actions
Copy link

This issue was automatically closed because of stale in 10 days

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant