Skip to content

Commit

Permalink
OCM-3809: Fix import of LDAP IDP
Browse files Browse the repository at this point in the history
It alwyas requires an update due to changing the mapping_method attribute
  • Loading branch information
bardielle committed Sep 20, 2023
1 parent d5301b7 commit 57b8c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider/identityprovider/identity_provider_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ func (r *IdentityProviderResource) Read(ctx context.Context, request resource.Re

// Copy the identity provider data into the state:
state.Name = types.StringValue(object.Name())
state.MappingMethod = types.StringValue(string(object.MappingMethod()))
htpasswdObject := object.Htpasswd()
gitlabObject := object.Gitlab()
ldapObject := object.LDAP()
Expand Down

0 comments on commit 57b8c70

Please sign in to comment.