Skip to content

Commit 70a6419

Browse files
author
Lars Wander
committed
provider/google: Fix documentation around GCE Disk
1 parent 903fca7 commit 70a6419

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

website/source/docs/providers/google/r/compute_instance_template.html.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,11 @@ The `disk` block supports:
129129
* `source` - (Required if source_image not set) The name of the disk (such as
130130
those managed by `google_compute_disk`) to attach.
131131

132-
* `type` - (Optional) The GCE disk type.
132+
* `disk_type` - (Optional) The GCE disk type. Can be either `"pd-ssd"`,
133+
`"local-ssd"`, or `"pd-standard"`.
134+
135+
* `type` - (Optional) The type of GCE disk, can be either `"SCRATCH"` or
136+
`"PERSISTENT"`.
133137

134138
The `network_interface` block supports:
135139

0 commit comments

Comments
 (0)