Skip to content

Commit 2f2e0ea

Browse files
committed
fix: do not include accessId, accessKey, securityToken in provider
1 parent c4e7c78 commit 2f2e0ea

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

provider/resources.go

-15
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,6 @@ func Provider() tfbridge.ProviderInfo {
5656
EnvVars: []string{"TENCENTCLOUD_REGION"},
5757
},
5858
},
59-
"secret_id": {
60-
Default: &tfbridge.DefaultInfo{
61-
EnvVars: []string{"TENCENTCLOUD_SECRET_ID"},
62-
},
63-
},
64-
"secret_key": {
65-
Default: &tfbridge.DefaultInfo{
66-
EnvVars: []string{"TENCENTCLOUD_SECRET_KEY"},
67-
},
68-
},
69-
"security_token": {
70-
Default: &tfbridge.DefaultInfo{
71-
EnvVars: []string{"TENCENTCLOUD_SECURITY_TOKEN"},
72-
},
73-
},
7459
},
7560
Resources: info.GetResourceInfo(mainPkg),
7661
DataSources: info.GetDataSourceInfo(mainPkg),

0 commit comments

Comments
 (0)