Minetest Deployment

This commit is contained in:
Brandon Rozek 2020-05-09 10:30:13 -04:00
commit 68f8cad354
11 changed files with 153 additions and 0 deletions

29
variables.hcl Normal file
View file

@ -0,0 +1,29 @@
variable "do_token" {
type = string
}
variable "base_system_image" {
type = string
}
variable "domain" {
type = string
}
variable "key_name" {
type = string
}
variable "subdomain" {
type = string
}
variable "region" {
type = string
}
variable "size" {
type = string
}