terraform-provider-gitlab icon indicating copy to clipboard operation
terraform-provider-gitlab copied to clipboard

gitlab_group_ldap_link should allow filter

Open svenstaro opened this issue 3 years ago • 5 comments

Currently, gitlab_group_ldap_link only allows for setting the cn but not the filter. It'd be neat if filter also worked. See API docs. Take note of the fact that only either cn or filter may be set.

svenstaro avatar Oct 16 '20 16:10 svenstaro

@svenstaro Can I work on this ?

teekhandekar avatar Mar 26 '22 05:03 teekhandekar

The problem is that the gitlab_group_ldap_link resource has some major flaws with its ID which are somewhat related to the filter attribute not yet implemented, see https://github.com/gitlabhq/terraform-provider-gitlab/issues/869.

timofurrer avatar Mar 26 '22 07:03 timofurrer

@svenstaro Can I work on this ?

Sure

svenstaro avatar Mar 26 '22 08:03 svenstaro

:wave:
Has there been some progress here? :slightly_smiling_face:

Jasper-Ben avatar Aug 19 '22 13:08 Jasper-Ben

Not that I know of.

If anyone wants to start with this, please keep the following topics in mind: https://github.com/gitlabhq/terraform-provider-gitlab/issues/869 #1058

timofurrer avatar Aug 19 '22 13:08 timofurrer