Skip to content

Commit

Permalink
Update resource_okta_group_owner.go
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta authored Sep 6, 2024
1 parent db2b629 commit e452d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion okta/resource_okta_group_owner.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ func mapGroupOwnerToState(data *okta.GroupOwner, state *groupOwnerResourceModel)

state.ID = types.StringPointerValue(data.Id)
state.DisplayName = types.StringPointerValue(data.DisplayName)
//state.GroupID = types.StringPointerValue(data.groupID) // TODO: groupID is already present in state - no need to set it again here?
state.OriginId = types.StringPointerValue(data.OriginId)
state.OriginType = types.StringPointerValue(data.OriginType)
state.Resolved = types.BoolPointerValue(data.Resolved)
Expand Down

0 comments on commit e452d9f

Please sign in to comment.