missed a file

This commit is contained in:
Tommy Parnell
2022-06-22 18:31:49 -04:00
parent 6f6d02dcb0
commit 6811141737

17
variables.tf Normal file
View File

@@ -0,0 +1,17 @@
variable "do_token" {
type = string
}
variable "cloudflare_email" {
type = string
}
variable "cloudflare_api_key" {
type = string
}
variable "cloudflare_zone" {
type = string
}
variable "ssh_keys" {
type = list(string)
}