Compare commits

...

1 Commits

Author SHA1 Message Date
jmrothst de57360155 Default to Fedora 36 2022-05-30 20:22:26 -05:00
+1 -1
View File
@@ -1,4 +1,4 @@
variable "image_name" {
default = "fedora-34-x64"
default = "fedora-36-x64"
type = string
}