Update to Fedora 33 and terraform 0.14

This commit is contained in:
2020-12-06 15:14:11 -06:00
parent 47b2473843
commit 6a025d1a51
3 changed files with 3 additions and 3 deletions

View File

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