Skip to content

terraform-navercloudplatform-modules/terraform-ncloud-auto-scaling-policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

Name Version
ncloud n/a

Modules

No modules.

Resources

Name Type
ncloud_auto_scaling_policy.auto_scaling_policy resource

Inputs

Name Description Type Default Required
adjustment_type_code (Required) Determines how the number of servers is scaled when the scaling policy is performed. Valid values are CHANG, EXACT, and PRCNT. string n/a yes
auto_scaling_group_no (Required) The number of the auto scaling group. number n/a yes
cooldown (Optional) The cooldown time is the period set to ignore even if the monitoring event alarm occurs after the actual scaling is being performed or is completed. number 0 no
min_adjustment_step (Optional) Change the number of server instances by the minimum adjustment width. number 1 no
name (Required) Auto Scaling Policy name to create. Only lowercase alphanumeric characters and non-consecutive hyphens (-) allowed. First character must be a letter, but the last character may be a letter or a number. string n/a yes
scaling_adjustment (Required) Specify the adjustment value for the adjustment type. Enter a negative value to decrease when adjustTypeCode is CHANG or PRCNT. number n/a yes

Outputs

No outputs.