This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 149
Support Terraform data sources #279
Labels
Comments
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). |
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. |
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.
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
The text was updated successfully, but these errors were encountered: