Skip to content
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

Need additional parameter for RDS security group #89

Open
cstano-attn opened this issue Mar 1, 2024 · 1 comment
Open

Need additional parameter for RDS security group #89

cstano-attn opened this issue Mar 1, 2024 · 1 comment

Comments

@cstano-attn
Copy link

For teams leveraging the module, there's currently no way to pass in additional CIDRs to the created RDS security group for things like VPN access for maintenance, handling migrations of metaflow services to kubernetes clusters without redeploying / importing the RDS, etc.

The current way to do this is to define an aws security group rule and attach it to the RDS security group, however a TF bug creates a scenario where this rule requires a double apply (first apply attaches, second apply detaches, third apply re-attaches). This creates intermittent issues for anything that is not the metaflow metadata service trying to connect to the RDS backend.

cstano-attn added a commit to cstano-attn/terraform-aws-metaflow that referenced this issue Mar 1, 2024
@cstano-attn
Copy link
Author

cstano-attn commented Mar 1, 2024

Opened up this PR to address #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant