Skip to content

feat: Optional for public route_table_association #1190

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 4 commits into
base: master
Choose a base branch
from

Conversation

gn-jayden-z
Copy link

Description

The current module does not provide an option to disable the creation of public route associations. This PR hopes to include a variable to control that.

Motivation and Context

We create a network firewall outside of this module and associate the existing public subnet with the new firewall routing tables.

However, this introduces drift since we can't disable the association from this module.

We need to set this as optional for the public route association.

Breaking Changes

None as far as I can observe
var. create_public_route_association is default to true

How Has This Been Tested?

We tested this internally.

@gn-jayden-z gn-jayden-z changed the title feat: optional for public route_table_association feat: Optional for public route_table_association May 13, 2025
@vietwow
Copy link

vietwow commented May 26, 2025

Hi @antonbabenko could you please to review this PR ? Thanks

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.

2 participants