Error updating Autoscaling group: minimum field size of 1, UpdateAutoScalingGroupInput.VPCZoneIdentifier #548
Labels
bug
Addresses a defect in current functionality.
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
This issue was originally opened by @brikis98 as hashicorp/terraform#12150. It was migrated here as part of the provider split. The original body of the issue is below.
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: