Skip to content

feat: Add rds subnet groups for intra subnets #1192

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Maged-Zaki
Copy link

@Maged-Zaki Maged-Zaki commented May 17, 2025

Description

Added an optional feature for creating an RDS subnet group using the existing intra subnets in the VPC. This enables users to use RDS without the need to create a separate database subnet group

Motivation and Context

In previous projects, I had to manually create a separate subnet group using intra subnets every time I needed to deploy RDS resources. And before you say "just use database_subnet_groups", the point is, I want all services that don't require internet access (like RDS) to reside in the same isolated subnet group, such as intra_subnets. Creating and managing a separate database subnet group for this feels redundant.

Breaking Changes

No breaking changes. Just an optional functionality.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request
    I ran it but for some reason Terraform docs fails and I have no idea why.
    Edit: on second execution of the same command, Terraform docs passes but Terraform validate is stuck/frozen with no response

@Maged-Zaki Maged-Zaki changed the title feat: add rds subnet groups for intra subnets feat: Add rds subnet groups for intra subnets May 17, 2025
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

Successfully merging this pull request may close these issues.

1 participant