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

lb_private_network #2938

Open
Codelax opened this issue Feb 25, 2025 · 0 comments
Open

lb_private_network #2938

Codelax opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
enhancement load-balancer Load-balancer issues, bugs and feature requests

Comments

@Codelax
Copy link
Member

Codelax commented Feb 25, 2025

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Add a resource to link LB and private networks.

New or Affected Resource(s)

  • scaleway_lb_private_network

Potential Terraform Configuration

data scaleway_lb lb {
  lb_id = "..."
}

data scaleway_vpc_private_network pn {
  pn_id = "..."
}

resource scaleway_lb_private_network lb_pn {
  lb_id = data.scaleway_lb.lb.id
  pn_id = data.scaleway_vpc_private_network.pn.id
}
@yfodil yfodil self-assigned this Feb 26, 2025
@yfodil yfodil added the load-balancer Load-balancer issues, bugs and feature requests label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement load-balancer Load-balancer issues, bugs and feature requests
Projects
None yet
Development

No branches or pull requests

2 participants