-
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
provider/google: Fix instance group manager instance restart policy #3892
provider/google: Fix instance group manager instance restart policy #3892
Conversation
I checked out this PR(lwander/terraform@7be9021) locally and I got the following error. Is there something I need to configure additionally?
|
Did you run |
@premist have you had a chance to try again? |
Hi @lwander, previously I did run I tried again just now after resetting my go environment, and it works as intended (attaching
|
provider/google: Fix instance group manager instance restart policy
resource/aws_security_group: Fix Missing Id Error
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. |
As pointed out in #3875,
instance_group_manager
does not restart instances on aninstance_template
change. Since some people might not want this behavior, I added aupdate_strategy
field to allowinstance_template
changes to avoid restarting instances (see the options here). @jen20 @sparkprime @premist