Terraform module which creates ESS Scaling Rule on Alibaba Cloud
English | 简体中文
Terraform module which creates ESS Scaling Rule on Alibaba Cloud.
These types of resources are supported:
- alicloud_security_group_rule
- alicloud_ess_scaling_group
- alicloud_ess_scaling_configuration
- alicloud_ess_scaling_rule
The Module requires Terraform 0.13 and Terraform Provider AliCloud 1.56.0+.
module "example" {
source = "terraform-alicloud-modules/ess-scaling-rule/alicloud"
name = "ess-scaling-rule-config"
}- This module using AccessKey and SecretKey are from
profileandshared_credentials_file. If you have not set them yet, please install aliyun-cli and configure it.
| Name | Version |
|---|---|
| terraform | > = 0.13.0 |
| alicloud | > = 1.56.0 |
| Name | Version |
|---|---|
| alicloud | > = 1.56.0 |
If you have any problems when using this module, please opening a provider issue and let us know.
Note: There does not recommend opening an issue on this repo.
Created and maintained by Alibaba Cloud Terraform Team([email protected])
MIT Licensed. See LICENSE for full details.