-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Applying ECS ServiceAutoScaling is failing sometimes #920
Comments
? |
Guys, let me add that this problem is also can be reproduced in
This one produced occasional errors described in this ticket:
This one "fixed" the problem:
|
I'd like to update my last post -- it seems to be that workaround that I reported doesn't help to get rid of error mentions by @liorchen completely. It still happens from time to time |
thanks!! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Hi there,
I'm experiencing issue using aws_appautoscaling_policy integrated with cloud watch.
The error occurs at about 50% percent of the apply calls.
The error goes like this:
I cannot find the root cause to this problem, is it something in my configuration or something in AWS? The fact that it is not consistent might suggest that it's some sort of race condition (which can be resolved using depends_on) but I already checked in the relevant places and placed depends on where I thought it should be.
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.8.8
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
There are dependency module here which is not provided, I wonder if by just looking at this configuration you would be able to help me find the problem.
Thanks
Lior
The text was updated successfully, but these errors were encountered: