From 286d2fadeaceea2064432139d9cf9820cba05dc7 Mon Sep 17 00:00:00 2001 From: Yousef Alam Date: Tue, 12 Apr 2016 22:46:18 +0100 Subject: [PATCH] Add note about ports when rule is created for all protocols (#6131) --- .../source/docs/providers/aws/r/network_acl_rule.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/providers/aws/r/network_acl_rule.html.markdown b/website/source/docs/providers/aws/r/network_acl_rule.html.markdown index e5766756f..c5e7a327b 100644 --- a/website/source/docs/providers/aws/r/network_acl_rule.html.markdown +++ b/website/source/docs/providers/aws/r/network_acl_rule.html.markdown @@ -43,6 +43,8 @@ The following arguments are supported: * `icmp_type` - (Optional) ICMP protocol: The ICMP type. Required if specifying ICMP for the protocol. e.g. -1 * `icmp_code` - (Optional) ICMP protocol: The ICMP code. Required if specifying ICMP for the protocol. e.g. -1 +~> **NOTE:** If the value of `protocol` is `-1` or `all`, the `from_port` and `to_port` values will be ignored and the rule will apply to all ports. + ~> Note: For more information on ICMP types and codes, see here: http://www.nthelp.com/icmp.html ## Attributes Reference