We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like how the AWS provider has https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity, it would be useful if we provide a data source for the current API token owner (user).
The backend can be fulfilled via the getCurrentUser API (/me): https://circleci.com/docs/api/v2/index.html#operation/getCurrentUser
The text was updated successfully, but these errors were encountered:
additionally, it may be good to add a DEBUG level log to print this info as well within the provider init phase.
Sorry, something went wrong.
No branches or pull requests
like how the AWS provider has https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity, it would be useful if we provide a data source for the current API token owner (user).
The backend can be fulfilled via the getCurrentUser API (/me):
https://circleci.com/docs/api/v2/index.html#operation/getCurrentUser
The text was updated successfully, but these errors were encountered: