Update default to Fedora 42 since 38 isn't an option any longer

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-04-30 17:58:49 -05:00
parent 9be2e48a69
commit 88efbe672d

View File

@@ -1,4 +1,4 @@
variable "image_name" {
default = "fedora-38-x64"
default = "fedora-42-x64"
type = string
}