jdormit-infra/mgmt/do-ssh-keys/terraform/variables.tf
2020-12-21 10:42:58 -05:00

12 lines
139 B
HCL

variable "do_token" {
type = string
}
variable "spaces_access_id" {
type = string
}
variable "spaces_secret_key" {
type = string
}