From c9f500de4ebba45cc8ae5b4fa7aa20dd8906b435 Mon Sep 17 00:00:00 2001 From: Dainis Tillers Date: Wed, 8 Apr 2015 14:41:47 +0300 Subject: [PATCH] Added - documentation about added features --- r/compute_disk.html.markdown | 2 ++ r/compute_instance.html.markdown | 3 +++ 2 files changed, 5 insertions(+) diff --git a/r/compute_disk.html.markdown b/r/compute_disk.html.markdown index 4a8388bc..f38da7e4 100644 --- a/r/compute_disk.html.markdown +++ b/r/compute_disk.html.markdown @@ -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. diff --git a/r/compute_instance.html.markdown b/r/compute_instance.html.markdown index 3d3104d1..a0361c5a 100644 --- a/r/compute_instance.html.markdown +++ b/r/compute_instance.html.markdown @@ -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.