From 2a4570e382ea7e38e75f54e54684657dea5c33e3 Mon Sep 17 00:00:00 2001 From: Jon Perritt Date: Wed, 14 Jan 2015 12:00:39 -0700 Subject: [PATCH] add comment for changing 'networks' attribute --- .../docs/providers/openstack/r/compute_instance.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/openstack/r/compute_instance.html.markdown b/website/source/docs/providers/openstack/r/compute_instance.html.markdown index f22624bf9c..7de1cd1b90 100644 --- a/website/source/docs/providers/openstack/r/compute_instance.html.markdown +++ b/website/source/docs/providers/openstack/r/compute_instance.html.markdown @@ -45,7 +45,8 @@ The following arguments are supported: the server. Changing this creates a new server. * `networks` - (Optional) An array of one or more networks to attach to the - instance. The network object structure is documented below. + instance. The network object structure is documented below. Changing this + creates a new server. * `metadata` - (Optional) Metadata key/value pairs to make available from within the instance. Changing this updates the existing server metadata.