Skip to content
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

aws_autoscaling_group: 'terraform plan' does not notice changes to termination_policies #3052

Closed
patricklucas opened this issue Aug 21, 2015 · 4 comments

Comments

@patricklucas
Copy link

If you specify termination_policies on an aws_autoscaling_group, then change its value in the console, the update is not reflected during terraform plan.

Steps to reproduce:

  1. Create an ASG:

    resource "aws_autoscaling_group" "my-asg" {
        ...
        termination_policies = ["OldestInstance"]
    }
    
  2. terraform apply

  3. In the console, change the ASG's termination policies to "NewestInstance"

  4. terraform plan

Expected behavior: Terraform notices the change and plans to change termination_policies back to "OldestInstance".

Actual behavior: Terraform thinks that termination_policies remains "OldestInstance" and plans to take no action.

@catsby
Copy link
Contributor

catsby commented Aug 25, 2015

Thanks for opening this! I'll make sure it gets addressed in #2890

@stack72
Copy link
Contributor

stack72 commented Nov 30, 2015

@catsby / @jen20 I believe this can now be closed due to the merging of #2890

@catsby
Copy link
Contributor

catsby commented Nov 30, 2015

Thanks!

@catsby catsby closed this as completed Nov 30, 2015
@ghost
Copy link

ghost commented Apr 29, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants