From 0489e1c4a27e7e47e65795714ca6ae76f22831fe Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 7 Sep 2014 16:10:56 -0700 Subject: [PATCH] website: update docs for google --- r/compute_instance.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/r/compute_instance.html.markdown b/r/compute_instance.html.markdown index 5c9ddced..c9f0bd89 100644 --- a/r/compute_instance.html.markdown +++ b/r/compute_instance.html.markdown @@ -64,6 +64,9 @@ The `disk` block supports: * `image` - (Required if disk not set) The name of the image to base this disk off of. +* `auto_delete` - (Optional) Whether or not the disk should be auto-deleted. + This defaults to true. + The `network` block supports: * `source` - (Required) The name of the network to attach this interface to.