Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Support Terraform data sources #279

Closed
lebaptiste opened this issue Oct 21, 2020 · 4 comments · Fixed by #363
Closed

Support Terraform data sources #279

lebaptiste opened this issue Oct 21, 2020 · 4 comments · Fixed by #363
Labels
enhancement New feature or request preserve

Comments

@lebaptiste
Copy link

Description

Aside Terraform resources, there is also another data source type which is roughly the readonly version of a resource.

That would be a great enhancement to this provider to include data source support. Since I have already worked on a terraform provider I am happy to submit a PR for it.

New or Affected Resource(s)

Ideally all the existing resources would have their data source counterpart.

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
@yinzara
Copy link
Contributor

yinzara commented Apr 4, 2021

I have implemented "auth0_client" and "auth0_global_client" data sources and submitted a PR. Please vote!

These data sources allow you to lookup an auth0_client by its name (allowing you access to the client_secret, as the primary use case) or to the Global Client (and its secret).

@sunnz
Copy link

sunnz commented Jul 14, 2021

Can we re-open this? I think the provider doesn't have data sources at this point, the pull request was merged and then reverted, but I like to be able to see the auth0_client and auth0_global_client data sources available.

@willvedd
Copy link
Collaborator

willvedd commented Jan 27, 2022

Reopening because we had reverted data sources at one time. This is something that I'm actively looking at now, including an open PR re-implementing some of @yinzara's early work: #504

@sergiught
Copy link
Collaborator

We have moved this issue over at auth0/terraform-provider-auth0#22 as this repo is now maintained at https://github.com/auth0/terraform-provider-auth0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request preserve
Projects
None yet
6 participants