VPCZoneIdentifier cannot be empty #6417
Labels
bug
provider/aws
waiting-response
An issue/pull request is waiting for a response from the community
I have a module that I use for creating AWS autoscaling groups. I have the following variable defined within my module:
I then have the following Terraform code:
If I try to use this code to create an ASG that is //not// within a VPC. I get an error from the AWS API:
The following change seems to make things work again:
The text was updated successfully, but these errors were encountered: