missed a file
This commit is contained in:
17
variables.tf
Normal file
17
variables.tf
Normal 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)
|
||||
}
|
||||
Reference in New Issue
Block a user