Skip to content

Commit

Permalink
docs: Added behavior ref to instance_warmup_period arg desc for aws_e…
Browse files Browse the repository at this point in the history
…cs_capacity_provider
  • Loading branch information
acwwat committed Sep 21, 2024
1 parent 5fdaef6 commit 269541f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/ecs_capacity_provider.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ This resource supports the following arguments:
### `managed_scaling`

* `instance_warmup_period` - (Optional) Period of time, in seconds, after a newly launched Amazon EC2 instance can contribute to CloudWatch metrics for Auto Scaling group. If this parameter is omitted, the default value of 300 seconds is used.

For more information on how the instance warmup period contributes to managed scale-out behavior, see [Control the instances Amazon ECS terminates](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/managed-termination-protection.html) in the _Amazon Elastic Container Service Developer Guide_.
* `maximum_scaling_step_size` - (Optional) Maximum step adjustment size. A number between 1 and 10,000.
* `minimum_scaling_step_size` - (Optional) Minimum step adjustment size. A number between 1 and 10,000.
* `status` - (Optional) Whether auto scaling is managed by ECS. Valid values are `ENABLED` and `DISABLED`.
Expand Down

0 comments on commit 269541f

Please sign in to comment.