Default to Fedora 38

This commit is contained in:
Jason Rothstein 2023-11-09 22:44:19 -06:00
parent 2bef80b6b2
commit e9090586f2

View File

@ -1,4 +1,4 @@
variable "image" { variable "image" {
default = "linode/fedora36" default = "linode/fedora38"
type = string type = string
} }