Update builder/yandex/access_config.go

Co-authored-by: GennadySpb <lipenkov@gmail.com>
pull/10158/head
Roman Mingazeev 6 years ago committed by GitHub
parent 33dce4fc83
commit 72fe3bbc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save