Merge pull request #5485 from dcgoss/patch-1
Added disk_size_gb documentation to resource "google_compute_instance_template"
This commit is contained in:
commit
53559ac8bf
|
@ -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"`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue