9 lines
442 B
Markdown
9 lines
442 B
Markdown
|
<!-- Code generated from the comments of the AlicloudAccessConfig struct in builder/alicloud/ecs/access_config.go; DO NOT EDIT MANUALLY -->
|
||
|
|
||
|
- `skip_region_validation` (bool) - The region validation can be skipped
|
||
|
if this value is true, the default value is false.
|
||
|
|
||
|
- `security_token` (string) - STS access token, can be set through template
|
||
|
or by exporting as environment variable such as
|
||
|
export SecurityToken=value.
|
||
|
|