aws_security_group_rule self also applies to egress? #414
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
stale
Old or inactive issues managed by automation, if no further action taken these will get closed.
This issue was originally opened by @trevorr as hashicorp/terraform#10579. It was migrated here as part of the provider split. The original body of the issue is below.
Is it just a doc bug that the docs for the
aws_security_group_rule
self
argument imply that it's only for ingress rules?Looking at its origins in hashicorp/terraform#219 (commit), it seems that it was added with ingress in mind, but looking at the code, it doesn't seem to matter. Perhaps ingress was the focus in those early days because most people don't restrict egress at all?
Should the word "ingress" be dropped and "source" become "source/target"?
The text was updated successfully, but these errors were encountered: