Skip to content

Commit 71fac21

Browse files
committed
add
1 parent a4fa5f5 commit 71fac21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/tco/resource_tc_organization_org_share_unit_member_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ func resourceTencentCloudOrganizationOrgShareUnitMemberV2Create(d *schema.Resour
8181
area = v.(string)
8282
}
8383

84+
orgShareUnitMembers := make([]*organization.ShareMember, 0, 10)
8485
if v, ok := d.GetOk("members"); ok {
85-
orgShareUnitMembers := make([]*organization.ShareMember, 0, 10)
8686
for _, item := range v.(*schema.Set).List() {
8787
if dMap, ok := item.(map[string]interface{}); ok {
8888
if v, ok := dMap["share_member_uin"]; ok {

0 commit comments

Comments
 (0)