Add ubuntu image to be used by microk8s
This commit is contained in:
parent
ad0d536a9f
commit
7a1bb687ed
|
@ -1,5 +1,12 @@
|
|||
# Default os version
|
||||
data "openstack_images_image_v2" "debian12image" {
|
||||
name = "debian-12" # Name of image to be used
|
||||
most_recent = true
|
||||
}
|
||||
|
||||
# Primary for microk8s
|
||||
data "openstack_images_image_v2" "ubuntu2204image" {
|
||||
name = "ubuntu-22.04" # Name of image to be used
|
||||
most_recent = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue