inspec-aws icon indicating copy to clipboard operation
inspec-aws copied to clipboard

Remove Default VPC dependency from Terraform

Open rmoles opened this issue 5 years ago • 0 comments

Describe the problem

Currently, the Default VPC is used in the Terraform setup. In some cases, the Default VPC may have been deleted manually in the specified region. This will cause a Terraform error and prevent the integration tests from being run.

Possible Solution

De-couple from the Default VPC and create a new VPC each run.

rmoles avatar Jul 16 '19 11:07 rmoles