Skip to content

Commit

Permalink
Add support for setting labels to compute_image (GoogleCloudPlatform#339
Browse files Browse the repository at this point in the history
)
  • Loading branch information
selmanj authored Aug 18, 2017
1 parent f0ec5d5 commit a209a30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/r/compute_image.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,17 @@ 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
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.
Expand Down

0 comments on commit a209a30

Please sign in to comment.