From 7596e645703df2e0e75cc37bc0e7b2ef4a239deb Mon Sep 17 00:00:00 2001 From: Joe Topjian Date: Sun, 1 Nov 2015 01:24:38 +0000 Subject: [PATCH] provider/openstack: Documentation update for Security Group "self" This commit adds a note about `cidr` and `from_group_id` being ignored if `self` is set to true. Fixes #3448 --- .../providers/openstack/r/compute_secgroup_v2.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/openstack/r/compute_secgroup_v2.html.markdown b/website/source/docs/providers/openstack/r/compute_secgroup_v2.html.markdown index 959571e5f7..49e1c3ebfb 100644 --- a/website/source/docs/providers/openstack/r/compute_secgroup_v2.html.markdown +++ b/website/source/docs/providers/openstack/r/compute_secgroup_v2.html.markdown @@ -71,7 +71,8 @@ from which to forward traffic to the parent group. Changing this creates a new security group rule. * `self` - (Optional) Required if `cidr` and `from_group_id` is empty. If true, -the security group itself will be added as a source to this ingress rule. +the security group itself will be added as a source to this ingress rule. `cidr` +and `from_group_id` will be ignored if either are set while `self` is true. ## Attributes Reference