-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
feat: Add single_nat_gateway_subnet_index to choose NAT Gateway public subnet #1133
base: master
Are you sure you want to change the base?
feat: Add single_nat_gateway_subnet_index to choose NAT Gateway public subnet #1133
Conversation
This PR has been automatically marked as stale because it has been open 30 days |
I'm still interested in this feature. |
This PR has been automatically marked as stale because it has been open 30 days |
I'm still waiting for Senpai to notice me. |
This PR has been automatically marked as stale because it has been open 30 days |
I'm still waiting for Senpai to notice me. |
Description
Add
single_nat_gateway_subnet_index
to choose in which public subnet the single NAT Gateway must be created.Motivation and Context
Currently, the single NAT Gateway is created in the first public subnet and, thus, in the first Availability Zone. This variable allows the user to choose which AZ the NAT Gateway will be created in.
Breaking Changes
This is fully backward compatible and does not introduce any breaking changes.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request