terraform-provider-gitlab
terraform-provider-gitlab copied to clipboard
Align `gitlab_group` with missing attributes for create
This adds a few missing attributes from the create API to the gitlab_group resource. There are still some missing ones which are only supported in the update API - which we can add later.
This is mainly to satisfy the request from #1133 😊
Closes: #1133