Skip to content

Commit

Permalink
update docs for compute instance (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiChangkuo authored Apr 30, 2021
1 parent 622f018 commit f2aa0ec
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/resources/compute_instance_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,14 +333,11 @@ The following arguments are supported:

The `network` block supports:

* `uuid` - (Required unless `port` or `name` is provided) The network UUID to
* `uuid` - (Required unless `port` is provided) The network UUID to
attach to the server. Changing this creates a new server.

* `name` - (Required unless `uuid` or `port` is provided) The human-readable
name of the network. Changing this creates a new server.

* `port` - (Required unless `uuid` or `name` is provided) The port UUID of a
network to attach to the server. Changing this creates a new server.
* `port` - (Required unless `uuid` is provided) The port UUID of a network to
attach to the server. Changing this creates a new server.

* `fixed_ip_v4` - (Optional) Specifies a fixed IPv4 address to be used on this
network. Changing this creates a new server.
Expand Down Expand Up @@ -410,8 +407,8 @@ The following attributes are exported:
* `flavor_id` - See Argument Reference above.
* `flavor_name` - See Argument Reference above.
* `network/uuid` - See Argument Reference above.
* `network/name` - See Argument Reference above.
* `network/port` - See Argument Reference above.
* `network/name` - The human-readable name of the network.
* `network/fixed_ip_v4` - The Fixed IPv4 address of the Instance on that network.
* `network/fixed_ip_v6` - The Fixed IPv6 address of the Instance on that network.
* `network/mac` - The MAC address of the NIC on that network.
Expand Down

0 comments on commit f2aa0ec

Please sign in to comment.