Add debian 12 datasource

This commit is contained in:
Magnus Andersson 2024-01-11 14:52:05 +01:00
parent ced4fa5b11
commit db4a78badf
Signed by: mandersson
GPG key ID: 19CB2C58E1F19B16

5
images.tf Normal file
View file

@ -0,0 +1,5 @@
data "openstack_images_image_v2" "debian12image" {
name = "debian-12" # Name of image to be used
most_recent = true
}