Skip to content

Commit

Permalink
fix(org): removal of org group member (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-savciuc authored Jan 29, 2024
1 parent 9122dec commit 354b536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nav_order: 1
<!-- - Dragonfly support -->

- Update example code in flink_application_version docs to be valid and not use deprecated schema members
- Fix `aiven_organization_user_group_member` deletion

## [4.13.2] - 2024-01-25

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func (r *organizationUserGroupMembersResource) Delete(
aiven.OrganizationUserGroupMemberRequest{
Operation: "remove_members",
MemberIDs: []string{
plan.GroupID.ValueString(),
plan.UserID.ValueString(),
},
},
); err != nil {
Expand Down

0 comments on commit 354b536

Please sign in to comment.