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
Has anyone had a chance to look into this one? With this bug, you can no longer use the Auto Scaling Group resource, at all, with a list of availability zones.
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 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.8.6
Affected Resource(s)
Terraform Configuration Files
In a module, I have the following:
My usage of the module looks something like this:
Expected Behavior
terraform apply
without errors.terraform plan
after the initialapply
and see no changes.Actual Behavior
I am able to run
terraform apply
without errors.When I run
terraform plan
, I see the following diff, even though I haven't changed anything:Even worse, if I run
terraform apply
now, I get an error:This makes it impossible to apply any further changes.
Steps to Reproduce
terraform apply
terraform plan
terraform apply
References
The text was updated successfully, but these errors were encountered: