aws_eks_node_group can't set min_size of 0 #13984
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/eks
Issues and PRs that pertain to the eks service.
upstream
Addresses functionality related to the cloud provider.
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Error Output
Expected Behavior
Be able to create the managed node group with a min size, and initial size of 0. The Cluster Autoscaler is able to scale up Node Groups/ASGs with a size of 0, but it is not possible to create such node groups. Ideally, the provider should not validate things that are left unspecified in AWS documentation (see references).
Actual Behavior
Steps to Reproduce
terraform apply
The above errors are produced.
Important Factoids
References
The text was updated successfully, but these errors were encountered: