mirror of
https://github.com/status-im/infra-utils.git
synced 2025-02-23 09:28:08 +00:00
13 lines
271 B
HCL
13 lines
271 B
HCL
variable alicloud_access_key {
|
|
description = "Alibaba Cloud API access key."
|
|
}
|
|
|
|
variable alicloud_secret_key {
|
|
description = "Alibaba Cloud API secret key."
|
|
}
|
|
|
|
variable alicloud_region {
|
|
description = "Alibaba Cloud hosting region."
|
|
default = "cn-hongkong"
|
|
}
|