Search configured project image families (#9243)

* Search configured project image families

* Clarify documentation around google_compute_instance image families

* Acceptance test for private instance family creation
This commit is contained in:
Christoph Blecker 2016-11-01 14:00:12 -07:00 committed by Paul Stack
parent 9598afb20b
commit ab9a002e09

View File

@ -112,9 +112,11 @@ the type is "local-ssd", in which case scratch must be true).
`google_compute_disk`) to attach.
* `image` - The image from which to initialize this
disk. Either the full URL, a contraction of the form "project/name", an
disk. Either the full URL, a contraction of the form "project/name", the
name of a Google-supported
[image family](https://cloud.google.com/compute/docs/images#image_families),
or just a name (in which case the current project is used).
or simple the name of an image or image family (in which case the current
project is used).
* `auto_delete` - (Optional) Whether or not the disk should be auto-deleted.
This defaults to true. Leave true for local SSDs.