clarify how to create an instance from snapshot (#3594)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-05-09 09:12:36 -07:00 committed by Chris Stephens
parent b4991087a6
commit d40227783b

View File

@ -154,7 +154,8 @@ The `boot_disk` block supports:
Structure is documented below.
* `source` - (Optional) The name or self_link of the existing disk (such as those managed by
`google_compute_disk`) to attach.
`google_compute_disk`) or disk image. To create an instance from a snapshot, first create a
`google_compute_disk` from a snapshot and reference it here.
The `initialize_params` block supports: