added newer talos image

This commit is contained in:
Matthias Hinrichs
2025-06-13 11:34:17 +02:00
parent c8cb87f0ae
commit 59d7722beb
3 changed files with 86 additions and 16 deletions
+8
View File
@@ -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"