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

Add Healthcheck support for Load Balancer Backends #13

Open
2 tasks
tbobm opened this issue Nov 7, 2021 · 0 comments
Open
2 tasks

Add Healthcheck support for Load Balancer Backends #13

tbobm opened this issue Nov 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@tbobm
Copy link
Contributor

tbobm commented Nov 7, 2021

See Scaleway Load Balancer Backend - with Healthcheck

# TODO: Add Healthcheck support

resource "scaleway_lb_backend" "backend01" {
  lb_id            = scaleway_lb.lb01.id
  name             = "backend01"
  forward_protocol = "http"
  forward_port     = "80"

  health_check_http {
    uri = "www.test.com/health"
  }
}

todos

  • Add support for health_check definition
  • Document usage
@tbobm tbobm added the enhancement New feature or request label Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant