inspec-aws
inspec-aws copied to clipboard
Remove Default VPC dependency from Terraform
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.