Add lock_memberships_to_saml to application settings

Overview

The GitLab Terraform provider was missing support for the lock_memberships_to_saml setting at the global/instance level. This MR adds the missing attribute following the same pattern as the existing lock_memberships_to_ldap setting.

Changes

  • Added lock_memberships_to_saml attribute to gitlabApplicationSettingsSchema()
  • Added lock_memberships_to_saml to gitlabApplicationSettingsToStateMap()
  • Added lock_memberships_to_saml to gitlabApplicationSettingsToUpdateOptions()
  • Updated documentation to reflect the new setting

Dependencies

This MR depends on LockMembershipsToSAML support in gitlab.com/gitlab-org/api/client-go, which has already been merged.

References

Merge request reports

Loading