-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Terraform (provider AWS) - Auto Scaling group doesn't take effect on a launch template change #11307
Comments
Did you find a workaround for this, @vivekyad4v? |
I run into the same problem today! |
For others coming along late to this question, there's discussion of a fix (and a potential workaround!) here: #13785 (comment) |
Even better, Instance Refresh support was added by #16678 so this can probably be closed! |
Auto Scaling Group instance refresh was indeed introduced with version 3.22.0 of the Terraform AWS Provider last week. Closing as this functionality, provided by AWS, would be the recommended solution in this case. If you're looking for further general assistance, please note that we use GitHub issues in this repository for tracking bugs and enhancements with the Terraform AWS Provider codebase rather than for questions. While we may be able to help with certain simple problems here it's generally better to use the HashiCorp Community Forums where there are far more people ready to help, whereas the GitHub issues here are generally monitored only by a few maintainers and dedicated community members interested in code development of the Terraform AWS Provider itself. |
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! |
This issue was originally opened by @vivekyad4v as hashicorp/terraform#23685. It was migrated here as a result of the provider split. The original body of the issue is below.
Unable to make launch template work with ASGs while using launch templates, it works with Launch Configuration using a small hack i.e by interpolating the launch configuration name in ASG resource but it doesn't work with launch templates.
ASG uses the latest version to launch new instances but doesn't change anything w.r.t to pre-running instances inspite of a change in launch template.
I understand that this is sort of expected but do we have any workaround to make launch templates work with ASG or we need to stick to launch configuration itself?
The text was updated successfully, but these errors were encountered: