added newer talos image
This commit is contained in:
@@ -244,6 +244,14 @@ resource "openstack_images_image_v2" "talos" {
|
||||
disk_format = "raw"
|
||||
}
|
||||
|
||||
resource "openstack_images_image_v2" "talos-1-10-4" {
|
||||
name = "talos-1.10.4"
|
||||
image_source_url = "https://factory.talos.dev/image/89b50c59f01a5ec3946078c1e4474c958b6f7fe9064654e15385ad1ad73f536c/v1.10.4/openstack-amd64.raw.xz"
|
||||
container_format = "bare"
|
||||
decompress = true
|
||||
disk_format = "raw"
|
||||
}
|
||||
|
||||
resource "openstack_images_image_v2" "amphora" {
|
||||
provider = openstack.octavia
|
||||
name = "amphora-x64-haproxy.qcow2"
|
||||
|
||||
Reference in New Issue
Block a user