-
Notifications
You must be signed in to change notification settings - Fork 23
New Datasources: Pipeline/Projects #87
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
Labels
enhancement
New feature or request
Comments
codefresh_projects (returns list of all projects)
codefresh_project (returns the complete data for a specific project)
|
Hi @brunotorrente, Sorry for the delay. I started working on this, starting with Pipelines. Pipelines are a bit challenging because it's the most complicated schema. But I think you will see this in |
4 tasks
korenyoni
added a commit
that referenced
this issue
Mar 12, 2023
## What * Add `codefresh_pipeline` Data Source ## Why * A way to retrieve and filter Pipelines is useful ## Notes #87 ## Checklist * [x] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/README.md)._ * [x] _I have [allowed changes to my fork to be made](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)._ * [x] _I have added tests, assuming new tests are warranted_. * [x] _I understand that the `/test` comment will be ignored by the CI trigger [unless it is made by a repo admin or collaborator](https://codefresh.io/docs/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)._ --------- Co-authored-by: Yonatan Koren <[email protected]>
codefresh_project was implemented in #117 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The suggestion is to include two new datasources,
codefresh_pipeline (returns the complete data for a specific pipeline)
codefresh_pipelines (returns summaries of all pipelines)
The text was updated successfully, but these errors were encountered: