-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Feature: AWS "not specifying an Availability Zone in request" #7088
Comments
According to https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#argument-reference |
Alternatively have a mode that will catch the error, parse it for |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/lifecycle frozen |
It would be great for CI purposes to not fail on a specified available zone not available.
For my team's testing purposes it generally does not matter what zone a node is in as long as we get a cluster that is healthy and running.
Will resolve CI installer issues related to available instance capacity in a zone.
The text was updated successfully, but these errors were encountered: