Default to Fedora 36

This commit is contained in:
Jason Rothstein 2022-05-30 20:22:26 -05:00
parent 58ea135dee
commit de57360155

View File

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