From a209a30bfc9db3abdd41bc513587b940b5f7dbf9 Mon Sep 17 00:00:00 2001 From: Joe Selman Date: Fri, 18 Aug 2017 13:34:11 -0700 Subject: [PATCH] Add support for setting labels to compute_image (#339) --- docs/r/compute_image.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/r/compute_image.html.markdown b/docs/r/compute_image.html.markdown index 7bcaaa3449c1..220bc41dc7e9 100644 --- a/docs/r/compute_image.html.markdown +++ b/docs/r/compute_image.html.markdown @@ -77,6 +77,8 @@ The `raw_disk` block supports: * `family` - (Optional) The name of the image family to which this image belongs. +* `labels` - (Optional) A set of key/value label pairs to assign to the image. + ## Attributes Reference In addition to the arguments listed above, the following computed attributes are @@ -84,6 +86,8 @@ exported: * `self_link` - The URI of the created resource. +* `label_fingerprint` - The fingerprint of the assigned labels. + ## Import VM image can be imported using the `name`, e.g.