-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[aws_security_group] How to manage inline ingress rules via parameters? #32521
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @Nuru 👋 Thank you for taking the time to raise this! While we strongly recommend using the distinct |
Since we haven't heard back, I'm going to close this issue. If you're still having trouble, please feel free to open a new issue, referencing this one for context as needed. |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
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. |
Description
#32424 closed a lot of issues related to inline
aws_security_group
ingress and egress rules, but I do not see how it is a solution. I think they should be reopened or closed on other grounds with a different explanation. The documentation saysDoes this mean that if I have
var.ingress_rules = list(object(<rules>))
I can writeThe documentation indicates that this will not work, and instead I have to do something like
How can I write one block of code that will delete inline ingress rules when they are removed? It looks to me that I still cannot, in which case I think a lot of these issues are still not resolved.
It is fine with me if you say the issues will not be resolved per se and declare inline rules deprecated or insist that people use aws_vpc_security_group_ingress_rule resources if they are going to change during the life of the security group, but that is a different resolution than #32424 provides.
References
PR #32424
Issues it claims to close:
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: