ECS ManagedScalingInstanceWarmupPeriod minimum is 0 not 1 #24003
Labels
bug
Addresses a defect in current functionality.
service/ecs
Issues and PRs that pertain to the ecs service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Happy to share the whole code (LaunchTemplate, ASG, ECS Cluster, VPC, and all the jazz), but the relevant part is:
Expected Behavior
A minimum value of
0
should be allowed, as per aws-sdk-go:Actual Behavior
A minimum value of
1
is required based on the provider code in service/ecs/capacity_provider.go:Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: