-
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
Added gitlab_project_tag as a resource and data source #910
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 the contribution. In general it looks good, I've placed a few things here and there.
Regarding the naming: we usually call resources / data sources belonging to a project like gitlab_project_*
. Therefore, maybe this should be called gitlab_project_tag
.
@armsnyder what do you think? However, there is also gitlab_tag_protection
resource not following this pattern. So, it's not a show stopper calling it gitlab_tag
- just to make the decision deliberately ..
@timofurrer Check, please. Maybe I forget something. |
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.
Looks pretty good, one small things regarding the docs.
This pull request has merge conflicts. Please rebase your branch onto |
Yes, please rename this resource to |
Conflicts are resolved. Thank you! 😀 |
@armsnyder Done |
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.
This functionality has been released in v3.12.0 of the Terraform GitLab Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue. Thank you! |
Description
Add resource for creation and management Gitlab tags.
PR Checklist Acknowledgement
//lintignore
comments were copied from existing code. (Linter rules are meant to be enforced on new code.)