We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3df33 commit eb27ac3Copy full SHA for eb27ac3
builder/tencentcloud/cvm/profile.go
@@ -17,7 +17,7 @@ import (
17
type Profile struct {
18
Type string `json:"type,omitempty"`
19
Region string
20
- SecretId string `json:" ,omitempty"`
+ SecretId string `json:"secretId,omitempty"`
21
SecretKey string `json:"secretKey,omitempty"`
22
Token string `json:"token,omitempty"`
23
ExpiresAt int64 `json:"expiresAt,omitempty"`
0 commit comments