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
the go-tfe library should support the new explorer API https://developer.hashicorp.com/terraform/cloud-docs/api-docs/explorer so users can run the same queries utilizing the go-tfe library
I can write my own raw http calls to the endpoints, but this should be supported by go-tfe as its an official Terraform Cloud API.
Add support for the endpoint, its response and query params/filters
The text was updated successfully, but these errors were encountered:
Please see: #1018
Sorry, something went wrong.
No branches or pull requests
Use-cases
the go-tfe library should support the new explorer API https://developer.hashicorp.com/terraform/cloud-docs/api-docs/explorer so users can run the same queries utilizing the go-tfe library
Attempted Solutions
I can write my own raw http calls to the endpoints, but this should be supported by go-tfe as its an official Terraform Cloud API.
Proposal
Add support for the endpoint, its response and query params/filters
The text was updated successfully, but these errors were encountered: