[Bug]: aws_vpc_security_group_ingress_rule doesn't allow specifying which security groups it accepts ingress from #40206
Labels
bug
Addresses a defect in current functionality.
needs-triage
Waiting for first response or review from a maintainer.
service/vpc
Issues and PRs that pertain to the vpc service.
Terraform Core Version
1.9.8
AWS Provider Version
5.76.0
Affected Resource(s)
Expected Behavior
Using the
ingress
block withinaws_security_group
is no longer recommended. I went to switch over to the recommendedaws_vpc_security_group_ingress_rule
, but there is not an option to specify security groups to allow ingress from, only CIDR ranges. What am I missing here? Is this functionality missing or is it intentionally not supported, In which case, what is the suggested workaround?Actual Behavior
See above
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Before:
After:
Steps to Reproduce
See above
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: