Closed blalor closed 7 years ago
I also got an error on destroy after this crash:
Error applying plan:
1 error(s) occurred:
* aws_vpc.default (destroy): 1 error(s) occurred:
* aws_vpc.default: DependencyViolation: The vpc 'vpc-5c256e3a' has dependencies and cannot be deleted.
status code: 400, request id: 235396a9-312f-45ac-9718-49de1ea102dc
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
[(master) tf-vpc]> terraform state list
aws_vpc.default
Looking in the console, I see a network ACL, route table, and security group that were apparently lost in the crash.
Hi @blalor
I have just been working on resolving this issue today - IPv6 support for aws_network_acl has been added, and more importantly, had tests put around it :)
Therefore, it will be part of the 0.9 release
Paul
Closed via #12641
yay! thanks!
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.
Began from an empty state. Worked before setting
assign_generated_ipv6_cidr_block = true
on the VPC resource.Terraform Version
Terraform v0.9.0-beta2 (dbb920ff54edea3ef975751d9ec31d6049eb5003)
apply output
Terraform Configuration Files
config.zip
Panic Output
crash.log.zip