Skip to content

Commit

Permalink
fix: do not include accessId, accessKey, securityToken in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed May 22, 2023
1 parent c4e7c78 commit 2f2e0ea
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,6 @@ func Provider() tfbridge.ProviderInfo {
EnvVars: []string{"TENCENTCLOUD_REGION"},
},
},
"secret_id": {
Default: &tfbridge.DefaultInfo{
EnvVars: []string{"TENCENTCLOUD_SECRET_ID"},
},
},
"secret_key": {
Default: &tfbridge.DefaultInfo{
EnvVars: []string{"TENCENTCLOUD_SECRET_KEY"},
},
},
"security_token": {
Default: &tfbridge.DefaultInfo{
EnvVars: []string{"TENCENTCLOUD_SECURITY_TOKEN"},
},
},
},
Resources: info.GetResourceInfo(mainPkg),
DataSources: info.GetDataSourceInfo(mainPkg),
Expand Down

0 comments on commit 2f2e0ea

Please sign in to comment.