File tree Expand file tree Collapse file tree
website/source/docs/providers/google/r Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments