Minetest Deployment
This commit is contained in:
commit
68f8cad354
11 changed files with 153 additions and 0 deletions
29
variables.hcl
Normal file
29
variables.hcl
Normal 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
|
||||
}
|
||||
|
||||
|
||||
Reference in a new issue