Update compute_instance.html.markdown
Make it clear that you can't have two networks
This commit is contained in:
parent
c2fdb7171e
commit
5930771615
|
@ -82,8 +82,8 @@ The following arguments are supported:
|
||||||
are not allowed to be used simultaneously.
|
are not allowed to be used simultaneously.
|
||||||
|
|
||||||
* `network_interface` - (Required) Networks to attach to the instance. This can be
|
* `network_interface` - (Required) Networks to attach to the instance. This can be
|
||||||
specified multiple times for multiple networks. Structure is documented
|
specified multiple times for multiple networks, but GCE is currently limited
|
||||||
below.
|
to just 1. Structure is documented below.
|
||||||
|
|
||||||
* `network` - (DEPRECATED, Required) Networks to attach to the instance. This can be
|
* `network` - (DEPRECATED, Required) Networks to attach to the instance. This can be
|
||||||
specified multiple times for multiple networks. Structure is documented
|
specified multiple times for multiple networks. Structure is documented
|
||||||
|
|
Loading…
Reference in New Issue