From d447eac95808bfbb48193a0de12d933dd94240c3 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 10 Mar 2016 19:22:47 -0600 Subject: [PATCH] docs: ICMP type number goes in from_port in AWS SG rules refs #1372 --- .../source/docs/providers/aws/r/security_group.html.markdown | 4 ++-- .../docs/providers/aws/r/security_group_rule.html.markdown | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/providers/aws/r/security_group.html.markdown b/website/source/docs/providers/aws/r/security_group.html.markdown index c34c689b10..51d744f855 100644 --- a/website/source/docs/providers/aws/r/security_group.html.markdown +++ b/website/source/docs/providers/aws/r/security_group.html.markdown @@ -84,7 +84,7 @@ assign a random, unique name The `ingress` block supports: * `cidr_blocks` - (Optional) List of CIDR blocks. -* `from_port` - (Required) The start port. +* `from_port` - (Required) The start port (or ICMP type number if protocol is "icmp") * `protocol` - (Required) The protocol. If you select a protocol of "-1", you must specify a "from_port" and "to_port" equal to 0. * `security_groups` - (Optional) List of security group Group Names if using @@ -96,7 +96,7 @@ The `ingress` block supports: The `egress` block supports: * `cidr_blocks` - (Optional) List of CIDR blocks. -* `from_port` - (Required) The start port. +* `from_port` - (Required) The start port (or ICMP type number if protocol is "icmp") * `protocol` - (Required) The protocol. If you select a protocol of "-1", you must specify a "from_port" and "to_port" equal to 0. * `security_groups` - (Optional) List of security group Group Names if using 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 4a772d1a77..76b4db2ba5 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 @@ -42,7 +42,7 @@ The following arguments are supported: * `type` - (Required) The type of rule being created. Valid options are `ingress` (inbound) or `egress` (outbound). * `cidr_blocks` - (Optional) List of CIDR blocks. -* `from_port` - (Required) The start port. +* `from_port` - (Required) The start port (or ICMP type number if protocol is "icmp"). * `protocol` - (Required) The protocol. * `security_group_id` - (Required) The security group to apply this rule to. * `source_security_group_id` - (Optional) The security group id to allow access to/from,