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

Allow specification of names and tags for secondary CIDR blocks. #689

Closed
jhancock93 opened this issue Sep 15, 2021 · 2 comments
Closed

Allow specification of names and tags for secondary CIDR blocks. #689

jhancock93 opened this issue Sep 15, 2021 · 2 comments

Comments

@jhancock93
Copy link

Is your request related to a new offering from AWS?

No

Is your request related to a problem? Please describe.

When secondary CIDR blocks are specified within the same availability zone, the Name tag of the subnets created for the primary and secondary CIDR blocks are identical, making them difficult to distinguish.

Describe the solution you'd like.

Ideally, the public_subnets, database_subnets, private_subnets, etc. would accept a map or list of objects instead of a list of strings so that additional name suffixes or prefixes or tags might be supplied to allow the multiple subnets to be distinguished. Since this would be a breaking change, it would probably require introducing new optional variables.

Describe alternatives you've considered.

None.

Additional context

In our case, we have a small secondary CIDR block that supports AWS DIrectConnect and we need an easy way to distinguish between the subnets.

@antonbabenko
Copy link
Member

Thanks for opening this issue.

There are several similar already #403 #535, so I am going to close this one.

The common solution is to use maps instead of lists as you say.

@github-actions
Copy link

I'm going to lock this issue 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 similar to this, 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 Oct 30, 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

No branches or pull requests

2 participants