Skip to content

terraform-navercloudplatform-modules/terraform-ncloud-auto-scaling-schedule-classic

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_schedule.auto_scaling_schedule resource

Inputs

Name Description Type Default Required
auto_scaling_group_no (Required) The number of the auto scaling group. number n/a yes
desired_capacity (Required) The number of servers is adjusted according to the desired capacity value. Valid from 0 to 30. number n/a yes
end_time (Optional) You can determine the date and time when the schedule end. If you don't enter recurrence, be sure to enter startTime. It must be a time later than the current time and a time later than the startTime. Format : yyyy-MM-ddTHH:mm:ssZ format in UTC/KST only (for example, 2021-02-02T18:00:00+0900). string null no
max_size (Required) The maximum size of the Auto Scaling Group. Valid from 0 to 30. number n/a yes
min_size (Required) The minimum size of the Auto Scaling Group. Valid from 0 to 30. number n/a yes
name (Required) Auto Scaling Schedule name to create. string n/a yes
recurrence (Optional) Repeat Settings. You can specify a recurring schedule in crontab format. string null no
start_time (Optional) You can determine the date and time when the schedule first starts. If you don't enter recurrence, be sure to enter startTime. It cannot be duplicated with the startTime of another schedule and must be later than the current time, before endTime. Format : yyyy-MM-ddTHH:mm:ssZ format in UTC/KST only (for example, 2021-02-02T15:00:00+0900). string null no

Outputs

Name Description
id The ID of Auto Scaling Schedule.
name The ID of Auto Scaling Schedule (It is the same result as id).