From 82fd682050a3e95458db9d3aa613d88db6fe9fd0 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Thu, 27 Oct 2016 10:22:01 -0700 Subject: [PATCH] Add section in docs for subnetwork_project --- .../docs/providers/google/r/compute_instance.html.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/google/r/compute_instance.html.markdown b/website/source/docs/providers/google/r/compute_instance.html.markdown index dd9b325b94..b87dba41a4 100644 --- a/website/source/docs/providers/google/r/compute_instance.html.markdown +++ b/website/source/docs/providers/google/r/compute_instance.html.markdown @@ -136,10 +136,13 @@ The `network_interface` block supports: * `network` - (Optional) The name or self_link of the network to attach this interface to. Either `network` or `subnetwork` must be provided. -* `subnetwork` - (Optional) the name of the subnetwork to attach this interface +* `subnetwork` - (Optional) The name of the subnetwork to attach this interface to. The subnetwork must exist in the same region this instance will be created in. Either `network` or `subnetwork` must be provided. +* `subnetwork_project` - (Optional) The project in which the subnetwork belongs. + If it is not provided, the provider project is used. + * `address` - (Optional) The private IP address to assign to the instance. If empty, the address will be automatically assigned.