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.size.tf Normal file
View File

@@ -0,0 +1,4 @@
variable "size" {
default = "s-1vcpu-1gb"
type = string
}