You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
resource"scaleway_lb_frontend""lb-nomad-client-frontend" {
lb_id=scaleway_lb.lb-base.idbackend_id=scaleway_lb_backend.lb-nomad-client-backend.idname="ln-nomad-frontend"inbound_port="443"timeout_client="10s"# NOT YET must change on website# EVERY time we add a new certificate, we must go to the website to update the whole front-end.# certificate_id = []
}
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
Description
Hello, for the LB-frontend ressource, we have a certificate_id we can add, but we do not have a way to add multiples certificates. We should remove or deprecate certificate_id and add a certificate_ids as it's intended in the API https://github.com/scaleway/scaleway-sdk-go/blob/8e31911750e7acb1009f686f1b333a50316d8cb1/api/lb/v1/lb_sdk.go#L2829
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: