Skip to content

Commit eb27ac3

Browse files
committed
feat: support tccli oauth
1 parent 3d3df33 commit eb27ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/tencentcloud/cvm/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
type Profile struct {
1818
Type string `json:"type,omitempty"`
1919
Region string
20-
SecretId string `json:" ,omitempty"`
20+
SecretId string `json:"secretId,omitempty"`
2121
SecretKey string `json:"secretKey,omitempty"`
2222
Token string `json:"token,omitempty"`
2323
ExpiresAt int64 `json:"expiresAt,omitempty"`

0 commit comments

Comments
 (0)