You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is either a bug, a misunderstanding of the feature, or a feature request. I'm attempting to set up an ASG via terraform. The capacity is managed by an external source, which then blocks all Terraform applys until someone updates the terraform plan manually:
Repro:
Create an ASG of size 1 via Terraform
Modify the ASG in the console to size 2
Modify the launch configuration of the ASG
Run a terraform plan (note that this looks correct)
Run a terraform apply
Barf:
* aws_autoscaling_group.sweet-servers: diffs didn't match during apply. This is a bug with Terraform and should be reported.
It seems like terraform plan correctly respects the "ignore changes", but Terraform apply does not.
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
locked and limited conversation to collaborators
Apr 27, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is either a bug, a misunderstanding of the feature, or a feature request. I'm attempting to set up an ASG via terraform. The capacity is managed by an external source, which then blocks all Terraform applys until someone updates the terraform plan manually:
Repro:
Barf:
It seems like terraform plan correctly respects the "ignore changes", but Terraform apply does not.
Any advice? Is this known?
Terraform snippet because why not:
The text was updated successfully, but these errors were encountered: