mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/google: Add Ubuntu images
Ubuntu images are now GA, so add them to the list of available public images
This commit is contained in:
parent
f61b7af815
commit
fc0902d230
@ -24,6 +24,7 @@ func readImage(c *Config, name string) (*compute.Image, error) {
|
|||||||
"opensuse": "opensuse-cloud",
|
"opensuse": "opensuse-cloud",
|
||||||
"rhel": "rhel-cloud",
|
"rhel": "rhel-cloud",
|
||||||
"sles": "suse-cloud",
|
"sles": "suse-cloud",
|
||||||
|
"ubuntu": "ubuntu-os-cloud",
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we match a lookup for an alternate project, then try that next.
|
// If we match a lookup for an alternate project, then try that next.
|
||||||
|
Loading…
Reference in New Issue
Block a user