We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e7c78 commit 2f2e0eaCopy full SHA for 2f2e0ea
provider/resources.go
@@ -56,21 +56,6 @@ func Provider() tfbridge.ProviderInfo {
56
EnvVars: []string{"TENCENTCLOUD_REGION"},
57
},
58
59
- "secret_id": {
60
- Default: &tfbridge.DefaultInfo{
61
- EnvVars: []string{"TENCENTCLOUD_SECRET_ID"},
62
- },
63
64
- "secret_key": {
65
66
- EnvVars: []string{"TENCENTCLOUD_SECRET_KEY"},
67
68
69
- "security_token": {
70
71
- EnvVars: []string{"TENCENTCLOUD_SECURITY_TOKEN"},
72
73
74
75
Resources: info.GetResourceInfo(mainPkg),
76
DataSources: info.GetDataSourceInfo(mainPkg),
0 commit comments