mudmuseum / terraform-stacks

A repository to collect *aC related resources.
0 stars 2 forks source link

Split Terraform repository into Permanent and Recyclable repositories #17

Closed nswarner closed 3 years ago

nswarner commented 3 years ago

Terraspace will fail batch destroys when it hits a lifecycle { prevent_destroy = true }, which makes sense and is needed. However, for terraspace all up iterations, it makes sense to split out permanent infrastructure (VPCs, Subnets, Security Groups, ...), or figure out how to batch all with persistent exclusions. May be a better pattern to approach with.

nswarner commented 3 years ago

Rewrote issue into combined issue #23.