-
Notifications
You must be signed in to change notification settings - Fork 762
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
New Resource: github_repository_project #115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR too @shihanng
Without repeating myself here I'm just going to refer to https://github.com/terraform-providers/terraform-provider-github/pull/111 as all my comments/questions apply here as well, except the one about docs.
3df58fe
to
dd35451
Compare
@radeksimko, I've made changes based on your comments:
Could you please have another look? Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @shihanng, I just made a few small tweaks (commit messages should be self-explanatory) and pushed these straight to your branch, so we can pull this PR in. I hope you don't mind.
🚢
Thank you 🎉 |
* r/github_repository_project: first commit * r/github_repository_project: add docs * inline struct fields for readability * repository_project: fix import and add test * Clean up var names & fix typo * Improve error messages
Related to #111, this allow us to create projects on repository level via Terraform.
https://developer.github.com/v3/projects/#create-a-repository-project
I believe this fixes #19.