diff --git a/builtin/providers/google/image.go b/builtin/providers/google/image.go index 7b19b415a..48fff5402 100644 --- a/builtin/providers/google/image.go +++ b/builtin/providers/google/image.go @@ -24,6 +24,7 @@ func readImage(c *Config, name string) (*compute.Image, error) { "opensuse": "opensuse-cloud", "rhel": "rhel-cloud", "sles": "suse-cloud", + "ubuntu": "ubuntu-os-cloud", } // If we match a lookup for an alternate project, then try that next.