2019-06-06 10:29:47 -04:00
|
|
|
<!-- Code generated from the comments of the AlicloudAccessConfig struct in builder/alicloud/ecs/access_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
|
2020-01-02 07:09:35 -05:00
|
|
|
- `access_key` (string) - This is the Alicloud access key. It must be provided when profile not exist, but it can also be
|
|
|
|
sourced from the ALICLOUD_ACCESS_KEY environment variable.
|
|
|
|
|
|
|
|
- `secret_key` (string) - This is the Alicloud secret key. It must be provided when profile not exist, but it can also be
|
|
|
|
sourced from the ALICLOUD_SECRET_KEY environment variable.
|
|
|
|
|
|
|
|
- `region` (string) - This is the Alicloud region. It must be provided when profile not exist, but it can also be
|
|
|
|
sourced from the ALICLOUD_REGION environment variables.
|
|
|
|
|
2019-08-29 08:39:25 -04:00
|
|
|
- `skip_region_validation` (bool) - The region validation can be skipped if this value is true, the default
|
|
|
|
value is false.
|
2019-06-06 10:29:47 -04:00
|
|
|
|
2019-12-19 22:28:31 -05:00
|
|
|
- `skip_image_validation` (bool) - The image validation can be skipped if this value is true, the default
|
|
|
|
value is false.
|
|
|
|
|
2020-01-02 07:09:35 -05:00
|
|
|
- `profile` (string) - This is th Alicloud profile. If access_key not exist, is must be provided, but it can also be
|
|
|
|
sourced from the ALICLOUD_PROFILE environment variables.
|
|
|
|
|
|
|
|
- `shared_credentials_file` (string) - This is the Alicloud shared credentials file path. If this file path exist, os will read access key
|
|
|
|
and secret key from this file.
|
|
|
|
|
2019-08-29 08:39:25 -04:00
|
|
|
- `security_token` (string) - STS access token, can be set through template or by exporting as
|
2019-09-20 09:10:32 -04:00
|
|
|
environment variable such as `export SECURITY_TOKEN=value`.
|
2019-06-06 10:29:47 -04:00
|
|
|
|