Skip to content

Commit a2619c0

Browse files
author
mikatong
committed
update
1 parent 58ab65c commit a2619c0

3 files changed

+3
-3
lines changed

tencentcloud/services/tco/data_source_tc_identity_center_groups.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func dataSourceTencentCloudIdentityCenterGroupsRead(d *schema.ResourceData, meta
117117
defer tccommon.LogElapsed("data_source.tencentcloud_identity_center_groups.read")()
118118
defer tccommon.InconsistentCheck(d, meta)()
119119

120-
logId := tccommon.GetLogId(nil)
120+
logId := tccommon.GetLogId(tccommon.ContextNil)
121121
ctx := tccommon.NewResourceLifeCycleHandleFuncContext(context.Background(), logId, d, meta)
122122

123123
service := OrganizationService{client: meta.(tccommon.ProviderMeta).GetAPIV3Conn()}

tencentcloud/services/tco/data_source_tc_identity_center_role_configurations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func dataSourceTencentCloudIdentityCenterRoleConfigurationsRead(d *schema.Resour
105105
defer tccommon.LogElapsed("data_source.tencentcloud_identity_center_role_configurations.read")()
106106
defer tccommon.InconsistentCheck(d, meta)()
107107

108-
logId := tccommon.GetLogId(nil)
108+
logId := tccommon.GetLogId(tccommon.ContextNil)
109109
ctx := tccommon.NewResourceLifeCycleHandleFuncContext(context.Background(), logId, d, meta)
110110

111111
service := OrganizationService{client: meta.(tccommon.ProviderMeta).GetAPIV3Conn()}

tencentcloud/services/tco/data_source_tc_identity_center_users.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func dataSourceTencentCloudIdentityCenterUsersRead(d *schema.ResourceData, meta
143143
defer tccommon.LogElapsed("data_source.tencentcloud_identity_center_users.read")()
144144
defer tccommon.InconsistentCheck(d, meta)()
145145

146-
logId := tccommon.GetLogId(nil)
146+
logId := tccommon.GetLogId(tccommon.ContextNil)
147147
ctx := tccommon.NewResourceLifeCycleHandleFuncContext(context.Background(), logId, d, meta)
148148

149149
service := OrganizationService{client: meta.(tccommon.ProviderMeta).GetAPIV3Conn()}

0 commit comments

Comments
 (0)