-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: option to use preconfigured vpc versus creating a new one #853
Comments
Thanks for the feature request and PR! There are a few other changes that would need to be made in order for this to work. Those changes would mutate the existing VPC configuration so I have some concerns about implementing them. |
Thank you for responding! I will do more digging and connect soon. |
Looks like there is a workaround for this using the CDK feature flags: |
Hi:
I am working in an environment that requires me to avoid creating new VPCs. I would like to request a feature for allowing the user of the construct to pass the construct their own VPC for use with the Clamscan construct's resources. This would also allow the user to specify the subnets to use with the VPC. In response to this request, I have made a PR.
Thank you!
The text was updated successfully, but these errors were encountered: