-
Notifications
You must be signed in to change notification settings - Fork 319
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
Add support for gitlab project cluster #87
Conversation
Build currently fails, since https://github.com/xanzy/go-gitlab has to release a new version. Support for the Project cluster is already in the master branch. https://github.com/xanzy/go-gitlab/blob/master/project_clusters.go |
|
please split vendor update to a 2nd PR |
done in #89 |
@roidelapluie any other findings except missing documentation? |
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.
Hi,
Could you please add import acceptance test? Also, it'd be great if you could post the acceptance tests results!
Thanks!
The results of Acceptance Tests, some tests actually fail, but they fail also in 028e509. For starting GitLab I was using script https://github.com/terraform-providers/terraform-provider-gitlab/blob/eb8a73c7f633ba95a34847c9344073f6f430110e/start-gitlab.sh from PR #58
|
Thanks! It looks good to me! |
Thanks! |
@roidelapluie should I add some docs to https://github.com/terraform-providers/terraform-provider-gitlab/tree/master/website/docs/r |
Terraform resource for adding project cluster.
API Documentation: https://docs.gitlab.com/ee/api/project_clusters.html
Solves #46
Example usage
The documentation has not yet been added, since I would like to receive feedback first.
There is currently an issue with
enabled
field, which has been already reported to GitLab: https://gitlab.com/gitlab-org/gitlab-ce/issues/57300