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
Currently no data source for project and the project resource outputs aren't documented?
It would be good to have a data resource for a project to perform validation before attempting to attach a pipeline to a project that may not exist.
The text was updated successfully, but these errors were encountered:
Feat: Data source project (#117)
353f7d9
## What Create a project data resource for the Terraform Codefresh provider Fixes #116 ## Why A project data resource would allow us to perform validation before allowing a pipeline to target a project that may or may not exist. Ordinarily you'd just target the project resource but pipelines are not always created in the same location as the projects. ## Notes I have no ability to test this at the moment (I do not have connectivity to a Codefresh system), I'm hoping you can validate that it's good. ## 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)._ * [ ] _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]> Co-authored-by: Ilia Medvedev <[email protected]>
Successfully merging a pull request may close this issue.
What would you like to be added?
Currently no data source for project and the project resource outputs aren't documented?
It would be good to have a data resource for a project to perform validation before attempting to attach a pipeline to a project that may not exist.
The text was updated successfully, but these errors were encountered: