Skip to content

Commit cd5a58d

Browse files
author
mikatong
committed
update
1 parent b89145b commit cd5a58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/tco/resource_tc_identity_center_role_configuration_permission_custom_policy_attachment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ func resourceTencentCloudIdentityCenterRoleConfigurationPermissionCustomPolicyAt
165165
if respData.RolePolicies != nil {
166166
var rolePolicie *organization.RolePolicie
167167
for _, r := range respData.RolePolicies {
168-
if *&rolePolicyName == rolePolicyName {
168+
if rolePolicyName == rolePolicyName {
169169
rolePolicie = r
170170
break
171171
}

0 commit comments

Comments
 (0)