Skip to content

Commit 86a7aaa

Browse files
authored
prereqs for regional disks (hashicorp#1753)
In testing an upcoming `google_compute_region_disk` resource, I had to make these changes. Checking them in separately so that when the magician runs, these changes will already be a part of TF.
1 parent d099f57 commit 86a7aaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/r/compute_instance_template.html.markdown

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ The `disk` block supports:
206206
read-write mode.
207207

208208
* `source` - (Required if source_image not set) The name of the disk (such as
209-
those managed by `google_compute_disk`) to attach.
209+
those managed by `google_compute_disk`) to attach. This cannot be a regional
210+
disk.
210211

211212
* `disk_type` - (Optional) The GCE disk type. Can be either `"pd-ssd"`,
212213
`"local-ssd"`, or `"pd-standard"`.

0 commit comments

Comments
 (0)