Skip to content

Commit

Permalink
clarify how to create an instance from snapshot (hashicorp#688)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and chrisst committed May 9, 2019
1 parent 656b0c6 commit 7ecb49a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/r/compute_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 7ecb49a

Please sign in to comment.