mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #5126 from lwander/b-gcp-template-disk-type-doc
provider/google: Fix documentation around GCE Disk Type
This commit is contained in:
commit
c2feea063b
@ -129,7 +129,11 @@ The `disk` block supports:
|
||||
* `source` - (Required if source_image not set) The name of the disk (such as
|
||||
those managed by `google_compute_disk`) to attach.
|
||||
|
||||
* `type` - (Optional) The GCE disk type.
|
||||
* `disk_type` - (Optional) The GCE disk type. Can be either `"pd-ssd"`,
|
||||
`"local-ssd"`, or `"pd-standard"`.
|
||||
|
||||
* `type` - (Optional) The type of GCE disk, can be either `"SCRATCH"` or
|
||||
`"PERSISTENT"`.
|
||||
|
||||
The `network_interface` block supports:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user