📝 incorrect documentation in `alicloud-ecs` builder, env for `security_token` should be `SECURITY_TOKEN` instead of `SecurityToken`
This commit is contained in:
parent
04d9888657
commit
125c02e86a
|
@ -235,7 +235,7 @@ builder.
|
||||||
|
|
||||||
- `security_token` (string) - STS access token, can be set through template
|
- `security_token` (string) - STS access token, can be set through template
|
||||||
or by exporting as environment variable such as
|
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
|
- `skip_region_validation` (boolean) - The region validation can be skipped
|
||||||
if this value is true, the default value is false.
|
if this value is true, the default value is false.
|
||||||
|
|
Loading…
Reference in New Issue