Merge pull request #5485 from dcgoss/patch-1

Added disk_size_gb documentation to resource "google_compute_instance_template"
This commit is contained in:
Radek Simko 2016-03-07 06:47:32 +00:00
commit 53559ac8bf
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ The `disk` block supports:
* `disk_type` - (Optional) The GCE disk type. Can be either `"pd-ssd"`,
`"local-ssd"`, or `"pd-standard"`.
* `disk_size_gb` - (Optional) The size of the image in gigabytes. If not specified,
it will inherit the size of its base image.
* `type` - (Optional) The type of GCE disk, can be either `"SCRATCH"` or
`"PERSISTENT"`.