Merge pull request #8040 from Shuliyey/doc/incorrect_documentation_in_alicloud-ecs_security_token

📝 incorrect documentation in `alicloud-ecs` builder, env for `security_token` should be `SECURITY_TOKEN` instead of `SecurityToken`
This commit is contained in:
Adrien Delorme 2019-08-29 10:52:41 +02:00 committed by GitHub
commit 1b8673ddc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ builder.
- `security_token` (string) - STS access token, can be set through template
or by exporting as environment variable such as
`export SecurityToken=value`.
`export SECURITY_TOKEN=value`.
- `skip_region_validation` (boolean) - The region validation can be skipped
if this value is true, the default value is false.