Default to Fedora 38

This commit is contained in:
Jason Rothstein 2023-11-09 22:43:51 -06:00
parent a0a34fa304
commit 4feec6f283

View File

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