Merge pull request #3477 from tpounds/add-missing-website-doc-arg
Add missing `to_port` argument to website docs.
This commit is contained in:
commit
8c0714f586
|
@ -49,6 +49,7 @@ or `egress` (outbound).
|
||||||
depending on the `type`.
|
depending on the `type`.
|
||||||
* `self` - (Optional) If true, the security group itself will be added as
|
* `self` - (Optional) If true, the security group itself will be added as
|
||||||
a source to this ingress rule.
|
a source to this ingress rule.
|
||||||
|
* `to_port` - (Required) The end range port.
|
||||||
|
|
||||||
## Attributes Reference
|
## Attributes Reference
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue