You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_ess_scaling_group" {
source="./modules/alicloud/r/alicloud_ess_scaling_group"# db_instance_ids - (optional) is a type of set of stringdb_instance_ids=[]
# default_cooldown - (optional) is a type of numberdefault_cooldown=null# desired_capacity - (optional) is a type of numberdesired_capacity=null# group_deletion_protection - (optional) is a type of boolgroup_deletion_protection=null# loadbalancer_ids - (optional) is a type of set of stringloadbalancer_ids=[]
# max_size - (required) is a type of numbermax_size=null# min_size - (required) is a type of numbermin_size=null# multi_az_policy - (optional) is a type of stringmulti_az_policy=null# on_demand_base_capacity - (optional) is a type of numberon_demand_base_capacity=null# on_demand_percentage_above_base_capacity - (optional) is a type of numberon_demand_percentage_above_base_capacity=null# removal_policies - (optional) is a type of list of stringremoval_policies=[]
# scaling_group_name - (optional) is a type of stringscaling_group_name=null# spot_instance_pools - (optional) is a type of numberspot_instance_pools=null# spot_instance_remedy - (optional) is a type of boolspot_instance_remedy=null# vswitch_id - (optional) is a type of stringvswitch_id=null# vswitch_ids - (optional) is a type of set of stringvswitch_ids=[]
}
resource"alicloud_ess_scaling_group""this" {
# db_instance_ids - (optional) is a type of set of stringdb_instance_ids=var.db_instance_ids# default_cooldown - (optional) is a type of numberdefault_cooldown=var.default_cooldown# desired_capacity - (optional) is a type of numberdesired_capacity=var.desired_capacity# group_deletion_protection - (optional) is a type of boolgroup_deletion_protection=var.group_deletion_protection# loadbalancer_ids - (optional) is a type of set of stringloadbalancer_ids=var.loadbalancer_ids# max_size - (required) is a type of numbermax_size=var.max_size# min_size - (required) is a type of numbermin_size=var.min_size# multi_az_policy - (optional) is a type of stringmulti_az_policy=var.multi_az_policy# on_demand_base_capacity - (optional) is a type of numberon_demand_base_capacity=var.on_demand_base_capacity# on_demand_percentage_above_base_capacity - (optional) is a type of numberon_demand_percentage_above_base_capacity=var.on_demand_percentage_above_base_capacity# removal_policies - (optional) is a type of list of stringremoval_policies=var.removal_policies# scaling_group_name - (optional) is a type of stringscaling_group_name=var.scaling_group_name# spot_instance_pools - (optional) is a type of numberspot_instance_pools=var.spot_instance_pools# spot_instance_remedy - (optional) is a type of boolspot_instance_remedy=var.spot_instance_remedy# vswitch_id - (optional) is a type of stringvswitch_id=var.vswitch_id# vswitch_ids - (optional) is a type of set of stringvswitch_ids=var.vswitch_ids
}