Compare commits

...

1 Commits

Author SHA1 Message Date
de57360155 Default to Fedora 36 2022-05-30 20:22:26 -05:00

View File

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