Compare commits

...

2 Commits

Author SHA1 Message Date
6fb12aaee5 Version bump 2022-06-15 22:49:08 -05:00
de57360155 Default to Fedora 36 2022-05-30 20:22:26 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@ terraform {
version = ">= 2.20.0" version = ">= 2.20.0"
} }
} }
required_version = ">= 1.2.1" required_version = ">= 1.2.3"
} }

View File

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