Add section in docs for subnetwork_project

This commit is contained in:
Dana Hoffman 2016-10-27 10:22:01 -07:00
parent 8ae5f3a38c
commit 82fd682050
1 changed files with 4 additions and 1 deletions

View File

@ -136,10 +136,13 @@ The `network_interface` block supports:
* `network` - (Optional) The name or self_link of the network to attach this interface to. * `network` - (Optional) The name or self_link of the network to attach this interface to.
Either `network` or `subnetwork` must be provided. 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 to. The subnetwork must exist in the same region this instance will be
created in. Either `network` or `subnetwork` must be provided. 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 * `address` - (Optional) The private IP address to assign to the instance. If
empty, the address will be automatically assigned. empty, the address will be automatically assigned.