jdormit-infra/mgmt/do-ssh-keys/terraform/variables.tf

12 lines
139 B
Terraform
Raw Normal View History

2020-12-21 15:42:58 +00:00
variable "do_token" {
type = string
}
variable "spaces_access_id" {
type = string
}
variable "spaces_secret_key" {
type = string
}