Added - documentation about added features

This commit is contained in:
Dainis Tillers 2015-04-08 14:41:47 +03:00
parent ba69c0dea2
commit c9f500de4e
2 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,8 @@ The following arguments are supported:
contraction of the form "project/name", or just a name (in which case the current project is
used).
* `snapshot` - (Optional) Name of snapshot from which to initialize this disk;
* `size` - (Optional) The size of the image in gigabytes. If not specified,
it will inherit the size of its base image.

View File

@ -96,6 +96,9 @@ The `disk` block supports:
* `size` - (Optional) The size of the image in gigabytes. If not specified,
it will inherit the size of its base image.
* `device_name` - (Optional) Name with which attached disk will be accessible
under `/dev/disk/by-id/`
The `network_interface` block supports:
* `network` - (Required) The name of the network to attach this interface to.