Skip to content

Commit 05691ba

Browse files
committed
add
1 parent c3b3acd commit 05691ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tencentcloud/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,6 +2232,7 @@ func providerConfigure(d *schema.ResourceData) (interface{}, error) {
22322232
assumeRoleSessionName = assumeRole["session_name"].(string)
22332233
assumeRoleSessionDuration = assumeRole["session_duration"].(int)
22342234
assumeRolePolicy = assumeRole["policy"].(string)
2235+
22352236
_ = genClientWithSTS(&tcClient, assumeRoleArn, assumeRoleSessionName, assumeRoleSessionDuration, assumeRolePolicy)
22362237
}
22372238
}

0 commit comments

Comments
 (0)