-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Adding a new aws opsworks instances forces all the other instances to be re-created #6787
Comments
Latest master is failing with the following:
EDIT: can be worked around by using |
Also this is not happening on every |
I figured this problem was mentioned in many issues before. The workaround suggested by @apparentlymart works fine. In this case it looks like this:
|
Hey @iroller thanks for the detailed report here. It looks like the core issue is here: This may be fixed in the For now though the workaround is your best bet. Since this is tracked elsewhere, I'm going to go ahead and close this. Thanks again! |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi there,
I'm trying to have aws_opsworks_instance, aws_subnet and aws_route_table_association to be created depending on a number set in variables, but once I add one more I'm always getting all the instances re-created all over again:
Here's my config:
And variables:
When I'm running
terraform plan
with v. 0.6.16 it's showing that each opsworks instance is going to be re-created and the new one will be added.How to prevent it from re-creating all the existing instances?
The text was updated successfully, but these errors were encountered: