-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
[Feature Request] Add filter options when listing Terraform Versions #223
Comments
This would be great, but note that they can't currently be filtered on in the API, so the platform would have to add that before anything can be done for that here. I would suggest creating a field request for this as this issue tracker does not get reviewed for potential API additions to the platform. |
Thanks @chrisarcand! |
@straubt1 Hi Tom! We have recently added a filtering and searching functionality for listing terraform versions with go-tfe. Here is documentation for how to use those new query params: https://www.terraform.io/cloud-docs/api-docs/admin/terraform-versions#query-parameters |
I reached out to @straubt1 in Slack to find out if there are any remaining issues for this issue. |
Talking with @straubt1 and it sounds like the hope is that the feature could be available in the SDK one day and not just in the API, so I'll leave this open. |
Terraform Versions have several attributes that can be filtered on:
Suggesting adding these filters to the List() function ->
go-tfe/admin_terraform_version.go
Line 66 in 0f08d6b
The text was updated successfully, but these errors were encountered: