What?
Decouple resources for Terratests test-case examples (https://github.com/binbashar/terraform-aws-ec2-basic-layout/tree/master/examples) that point to pre-existing AWS resources to avoid this hard dependency. e.g. VPC, Subnets and DNS Hosted Zones
Why?
- Tests should not be hard linked to these resources
- Test resources must be ephemeral taking advantage of our cloud native approach.