Skip to content

feat: Add support for network_type #431

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

Merged
merged 2 commits into from
Sep 11, 2022

Conversation

krewenki
Copy link
Contributor

Description

Add support for the network_type argument.

Motivation and Context

I've got RDS clusters in production that need to be deployed in dual-stack mode, and this module didn't support that configuration yet. Instead of maintaining a private fork, I will submit a patch.

Breaking Changes

The required AWS provider is bumped from 4.6 to 4.28. This version is where the network_type argument became available.

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

@krewenki krewenki changed the title Adds support for network_type [feat ] Adds support for network_type Sep 10, 2022
@krewenki krewenki changed the title [feat ] Adds support for network_type feat: Adds support for network_type Sep 10, 2022
@bryantbiggs bryantbiggs changed the title feat: Adds support for network_type feat: Add support for network_type Sep 11, 2022
Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@bryantbiggs bryantbiggs merged commit a277924 into terraform-aws-modules:master Sep 11, 2022
antonbabenko pushed a commit that referenced this pull request Sep 11, 2022
## [5.1.0](v5.0.3...v5.1.0) (2022-09-11)

### Features

* Add support for `network_type` ([#431](#431)) ([a277924](a277924))
@antonbabenko
Copy link
Member

This PR is included in version 5.1.0 🎉

@chenrui333
Copy link

QQ, does changing network_type would require DB bouncing or re-creation?

@antonbabenko
Copy link
Member

@chenrui333 I assume that if you are not changing the value itself (but rather importing existing value), it should not prompt you to recreate anything. I have not tried this myself.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants