fix alicloud docs a little

This commit is contained in:
Adrien Delorme 2019-09-20 15:10:02 +02:00
parent 849de792da
commit 55f1c734d0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type AlicloudAccessConfig struct {
// value is false.
AlicloudSkipValidation bool `mapstructure:"skip_region_validation" required:"false"`
// STS access token, can be set through template or by exporting as
// environment variable such as export SECURITY_TOKEN=value.
// environment variable such as `export SECURITY_TOKEN=value`.
SecurityToken string `mapstructure:"security_token" required:"false"`
client *ClientWrapper