Add SAML group memberships lock setting to Terraform provider
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Description
The GitLab Terraform provider is missing support for the SAML group memberships lock setting available at the global level in GitLab.
Related Documentation
Expected Behavior
Users should be able to configure the SAML group memberships lock setting via Terraform at the global/instance level, similar to other application settings.
Acceptance Criteria
-
Add support for
lock_memberships_to_samlor equivalent setting to the Terraform provider - Setting should be configurable at the global/instance level
- Documentation should be updated to reflect the new setting
Implementation Guide
- Follow the
CONTRIBUTING.mdguide for setting up your local development environment. - Clone the community fork of this project.
- Add a new attribute called
lock_memberships_to_samltointernal/provider/sdk/schema_gitlab_application_settings.go. Look at the existing attributelocal_markdown_versionto see where it needs to go. - Update any relevant tests.
Edited by Mohamed Mongy