From 7cdb790ece6009594beccec787f26b94108b1bb2 Mon Sep 17 00:00:00 2001 From: Jon Perritt Date: Sat, 31 Jan 2015 17:35:42 -0700 Subject: [PATCH] update compute intance docs: 'networks -> 'network' --- .../providers/openstack/r/compute_instance_v2.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown b/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown index 4429174fb4..6a9a5ac95c 100644 --- a/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown +++ b/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown @@ -48,7 +48,7 @@ The following arguments are supported: * `availability_zone` - (Optional) The availability zone in which to create the server. Changing this creates a new server. -* `networks` - (Optional) An array of one or more networks to attach to the +* `network` - (Optional) An array of one or more networks to attach to the instance. The network object structure is documented below. Changing this creates a new server.