Skip to content

Commit 82fd682

Browse files
committed
Add section in docs for subnetwork_project
1 parent 8ae5f3a commit 82fd682

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

website/source/docs/providers/google/r/compute_instance.html.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,13 @@ The `network_interface` block supports:
136136
* `network` - (Optional) The name or self_link of the network to attach this interface to.
137137
Either `network` or `subnetwork` must be provided.
138138

139-
* `subnetwork` - (Optional) the name of the subnetwork to attach this interface
139+
* `subnetwork` - (Optional) The name of the subnetwork to attach this interface
140140
to. The subnetwork must exist in the same region this instance will be
141141
created in. Either `network` or `subnetwork` must be provided.
142142

143+
* `subnetwork_project` - (Optional) The project in which the subnetwork belongs.
144+
If it is not provided, the provider project is used.
145+
143146
* `address` - (Optional) The private IP address to assign to the instance. If
144147
empty, the address will be automatically assigned.
145148

0 commit comments

Comments
 (0)