From a4fb080abe6330222d60a164b5ed8cc72c67db18 Mon Sep 17 00:00:00 2001 From: Trevor Pounds Date: Sat, 10 Oct 2015 14:53:45 -0700 Subject: [PATCH] Add missing `to_port` argument to website docs. --- .../docs/providers/aws/r/security_group_rule.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/security_group_rule.html.markdown b/website/source/docs/providers/aws/r/security_group_rule.html.markdown index b77286296..4a772d1a7 100644 --- a/website/source/docs/providers/aws/r/security_group_rule.html.markdown +++ b/website/source/docs/providers/aws/r/security_group_rule.html.markdown @@ -49,6 +49,7 @@ or `egress` (outbound). depending on the `type`. * `self` - (Optional) If true, the security group itself will be added as a source to this ingress rule. +* `to_port` - (Required) The end range port. ## Attributes Reference