Skip to content

Commit f12ce80

Browse files
authored
Merge pull request #1059 from ioito/automated-cherry-pick-of-#1057-upstream-release-3.11
Automated cherry pick of #1057: fix: aws group create
2 parents 4114974 + 7aba84d commit f12ce80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/multicloud/aws/iam_group.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ func (self *SAwsClient) CreateGroup(name string, path string) (*SGroup, error) {
202202
if err != nil {
203203
return nil, errors.Wrap(err, "iamRequest.CreateGroup")
204204
}
205+
group.Group.client = self
205206
return &group.Group, nil
206207
}
207208

0 commit comments

Comments
 (0)