-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: Remove prefix_list_ids attribute from _with_cidr_blocks & specific prefix list for each rules on _with_prefix_list_ids #325
feat: Remove prefix_list_ids attribute from _with_cidr_blocks & specific prefix list for each rules on _with_prefix_list_ids #325
Conversation
…rces for variables *_with_prefix_list_ids
@bryantbiggs @antonbabenko |
@bryantbiggs @antonbabenko |
just at a glance, I don't think this is an appropriate change. I think we should follow the upstream provider and use the In the short term - you can split out your rules to one CIDR blocker per rule entry which should resolve your diff issue |
Yes, sure it's better to used I want to used the prefix list with this module but I think there's some copy past errors. I'm not understand what's your suggestions are. For information, my modification is used in production with no issues |
@bryantbiggs if you check #324, the problem is the same for self resources |
I'll let Anton chime in - I'm less familiar with the structure of this project, and maybe I am misunderstanding the issue |
@antonbabenko can you have a look, please ? |
Hi @bryantbiggs ! Can anyone other than Anton take a look at this PR ? Thank you |
@antonbabenko please, can you check this PR ? |
1 similar comment
@antonbabenko please, can you check this PR ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, for the current version we can accept this PR, but we'll rewrite most of this module in the future if necessary.
*_with_prefix_list_ids
## [5.2.0](v5.1.2...v5.2.0) (2024-08-31) ### Features * Remove prefix_list_ids attribute from _with_cidr_blocks & specific prefix list for each rules on _with_prefix_list_ids ([#325](#325)) ([7ffb2c8](7ffb2c8))
This PR is included in version 5.2.0 🎉 |
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. |
Description
prefix_list_ids
generates multiple entry on the rules (cidr blocks + prefix lists)*_with_prefix_list_ids
variables don't take in count theprefix_list_ids
in the list of rules see example bellowMotivation and Context
Able to create rules with specific prefix list for each rules
Breaking Changes
No more prefix list on the ressources
*_with_cidr_blocks
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request