You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
I assume that what you were hoping is that the instances would all run in either the private_subnets or database_subnets of your VPC. To make that happen, you'll have to update the values you pass to the subnet_ids param. Right now, it's grabbing all the subnets. You'll need to figure out how to select just the private or database ones you want.
Hi again. Given this VPC:
and this stanza
I end up with a ASG that creates vault instances with IPs like this:
Is there something obvious I'm missing (likely!)? Thanks.
NOTE: The Vault module source in the code above, is only a fork of "master", with patches I submitted in PR #26
The text was updated successfully, but these errors were encountered: