family
Image family to grab the latest non-deprecated image from. Must specify the project if the image family is defined as public.
type
null or string
example
{
family = "nixos-20-03";
}
default
{
family = null;
}
name
Name of an existent image or image-resource to be used. Must specify the project if the image is defined as public.
type
null or string
example
{
name = "image-2cfda297";
}
default
{
name = null;
}
project
The parent project containing a GCE image that was made public for all authenticated users.
type
null or string
example
{
project = "gcp-project";
}
default
{
project = null;
}