From 96b6a3dcb88aa6537376645f46f7b001338a2b3e Mon Sep 17 00:00:00 2001 From: Krzysztof Wilczynski Date: Sun, 17 Jul 2016 03:34:32 +0900 Subject: [PATCH] Add note about setting wildcard icmp_type. Signed-off-by: Krzysztof Wilczynski --- .../source/docs/providers/aws/r/network_acl_rule.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 c5e7a327b..2df0198a6 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 @@ -45,6 +45,8 @@ The following arguments are supported: ~> **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:** If the value of `icmp_type` is `-1` (which results in a wildcard ICMP type), the `icmp_code` must also be set to `-1` (wildcard ICMP code). + ~> Note: For more information on ICMP types and codes, see here: http://www.nthelp.com/icmp.html ## Attributes Reference @@ -52,4 +54,3 @@ The following arguments are supported: The following attributes are exported: * `id` - The ID of the network ACL Rule -