-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating AutoScaling Group #29
Comments
I haven't created an autoscaling group with the base Terraform resource. I'm using their EKS module and specifying worker groups from within there. Looking in that module's Reading the aws_autoscaling_group docs, I see they specify a placement group resource in the first example, but not in the others. The Did you just run the Terraform command in the |
The config is at https://github.com/pangeo-data/multicloud-demo/tree/master/aws/aws. The command was
I can keep poking at this. I notice that the |
@salvis2 discovered the issue: a recent update to the aws module: terraform-aws-modules/terraform-aws-eks#874 (comment) That's been fixed, but pinning to 2.59.0 for now worked. |
Running
terraform apply -var-file=aws-cluster.tfvars
, I eventually hit@salvis2 any guesses on why that would be? Any other info I should provide (first time using terraform).
The text was updated successfully, but these errors were encountered: