More doc touchups
This commit is contained in:
parent
6f8df3d34e
commit
52102624c6
|
@ -35,13 +35,11 @@ The following arguments are supported:
|
||||||
|
|
||||||
* `name` - (Required) A unique name for the resource.
|
* `name` - (Required) A unique name for the resource.
|
||||||
|
|
||||||
* `image_id` - (Required) The image ID of the desired image for the server.
|
* `image_id` - (Optional; Required if `image_name` is empty) The image ID of
|
||||||
Changing this creates a new server. Note that `image_id` and `image_name`
|
the desired image for the server. Changing this creates a new server.
|
||||||
are mutually exclusive.
|
|
||||||
|
|
||||||
* `image_name` - (Required) The image name for the server. Changing this
|
* `image_name` - (Optional; Required if `image_id` is empty) The name of the
|
||||||
creates a new server. Note that `image_id` and `image_name` are mutually
|
desired image for the server. Changing this creates a new server.
|
||||||
exclusive.
|
|
||||||
|
|
||||||
* `flavor_ref` - (Required) The flavor reference (ID) for the desired flavor
|
* `flavor_ref` - (Required) The flavor reference (ID) for the desired flavor
|
||||||
for the server. Changing this resizes the existing server.
|
for the server. Changing this resizes the existing server.
|
||||||
|
|
Loading…
Reference in New Issue