alexkappa/terraform-provider-auth0

Add support for allowed_clients

Closed this issue · 0 comments

Description

Add support for allowed_clients API resource
https://auth0.com/docs/api/management/v2#!/Clients/

New or Affected Resource(s)

  • Clients

Potential Terraform Configuration

resource "auth0_client" "my_client" {
  ...
  allowed_clients = [ "https://example.com" ]
  ...

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 "me too" comments, 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