First working version

This commit is contained in:
2020-07-18 14:02:23 -05:00
parent 2dc844f040
commit a680939b87
15 changed files with 79 additions and 0 deletions

4
variable.image_name.tf Normal file
View File

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