From d40227783b036f54afb4821827bdd084218b0356 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 9 May 2019 09:12:36 -0700 Subject: [PATCH] clarify how to create an instance from snapshot (#3594) Signed-off-by: Modular Magician --- website/docs/r/compute_instance.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/r/compute_instance.html.markdown b/website/docs/r/compute_instance.html.markdown index 5a706ef6..2b166666 100644 --- a/website/docs/r/compute_instance.html.markdown +++ b/website/docs/r/compute_instance.html.markdown @@ -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: