terraform-provider-scaleway icon indicating copy to clipboard operation
terraform-provider-scaleway copied to clipboard

Function Endpoints / Custom Domain

Open rawkode opened this issue 3 years ago • 0 comments
trafficstars

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

Would like the ability to add endpoints to my functions to support custom domains

New or Affected Resource(s)

  • scaleway_function

Potential Terraform Configuration

resource scaleway_function main {
  namespace_id = scaleway_function_namespace.main.id
  runtime      = "go118"
  handler      = "Handle"
  privacy      = "private"
  endpoints = [
    "mycustomdomain.com"
  ]
}

References

  • #980 is closed, but there's still checkboxes left open

rawkode avatar Jun 29 '22 10:06 rawkode