From bf92b1647fa1ce86e142a45a3fe972548e25bb11 Mon Sep 17 00:00:00 2001 From: Jon Perritt Date: Wed, 14 Jan 2015 12:01:20 -0700 Subject: [PATCH] fix typo --- .../providers/openstack/r/compute_secgrouprule.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/openstack/r/compute_secgrouprule.html.markdown b/website/source/docs/providers/openstack/r/compute_secgrouprule.html.markdown index 95b92981c..60ffb347c 100644 --- a/website/source/docs/providers/openstack/r/compute_secgrouprule.html.markdown +++ b/website/source/docs/providers/openstack/r/compute_secgrouprule.html.markdown @@ -43,11 +43,11 @@ The following arguments are supported: * `ip_protocol` - (Required) The protocol type that will be allowed. Changing this creates a new security group rule. -* `cidr` - (Optional) Required is `from_group_id` is empty. The IP range that +* `cidr` - (Optional) Required if `from_group_id` is empty. The IP range that will be the source of network traffic to the security group. Use 0.0.0.0./0 to allow all IP addresses. Changing this creates a new security group rule. -* `from_group_id - (Optional) Required is `cidr` is empty. The ID of a group +* `from_group_id - (Optional) Required if `cidr` is empty. The ID of a group from which to forward traffic to the parent group. Changing this creates a new security group rule.