Closed titouan-joseph closed 3 months ago
@bryantbiggs @antonbabenko One of you can watch this MR. Thank you
@bryantbiggs @antonbabenko Is there any progress on this MR?
just at a glance, I don't think this is an appropriate change. I think we should follow the upstream provider and use the aws_vpc_security_group_ingress_rule
/aws_vpc_security_group_egress_rule
resources which would mitigate this issue. However, that would be a breaking change and quite a refactor.
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 aws_vpc_security_group_ingress_rule/aws_vpc_security_group_egress_rule
according AWS. But that isn't the point of this PR.
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. Are you saying to not use the prefix list?
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
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 ?
Thank you
Hi @bryantbiggs !
Can anyone other than Anton take a look at this PR ?
Thank you
@antonbabenko please, can you check this PR ? Thank you
@antonbabenko please, can you check this PR ? Thank you
This PR is included in version 5.2.0 :tada:
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