terraform-provider-tfe
terraform-provider-tfe copied to clipboard
implement tfe_oauth_clients datasource
Description
Adds the new data source tfe_oauth_clients to retrieve a list of TerraformCloud/Enterprise's oauth clients in a given organization. This data source will ultimately allow us to lookup oauth_client_ids across different organizations.
Testing plan
- Ran acceptance tests locally against my TerraformCloud account.
Running tool: /usr/local/opt/go/libexec/bin/go test -timeout 30s -run ^TestAccTFEOAuthClientsDataSource_basic$ github.com/hashicorp/terraform-provider-tfe/tfe
ok github.com/hashicorp/terraform-provider-tfe/tfe 5.980s
External links
- https://www.terraform.io/cloud-docs/api-docs/oauth-clients#list-oauth-clients
I've market this PR as stale since it hasn't had a response in 4 months. I'll close it in a week unless there are additional comments or changes posted.