Update builder/yandex/access_config.go
Co-authored-by: GennadySpb <lipenkov@gmail.com>
This commit is contained in:
parent
33dce4fc83
commit
72fe3bbc26
|
@ -22,7 +22,7 @@ type AccessConfig struct {
|
|||
// is an alternative method to authenticate to Yandex.Cloud. Alternatively you may set environment variable
|
||||
// `YC_SERVICE_ACCOUNT_KEY_FILE`.
|
||||
ServiceAccountKeyFile string `mapstructure:"service_account_key_file" required:"false"`
|
||||
// OAuth token or IAM credentional to use to authenticate to Yandex.Cloud. Alternatively you may set
|
||||
// OAuth token or IAM token to use to authenticate to Yandex.Cloud. Alternatively you may set
|
||||
// value by environment variable `YC_TOKEN`.
|
||||
Token string `mapstructure:"token" required:"true"`
|
||||
// The maximum number of times an API request is being executed.
|
||||
|
|
Loading…
Reference in New Issue