diff --git a/builder/yandex/access_config.go b/builder/yandex/access_config.go index 403e001a9..5caf6a518 100644 --- a/builder/yandex/access_config.go +++ b/builder/yandex/access_config.go @@ -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.