open-nomad/demo/csi/digitalocean/variables.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
147 B
Terraform
Raw Normal View History

variable "do_token" {
description = "API key"
}
variable "region" {
default = "nyc1"
}
variable "volume_id" {
default = "nomad-csi-test"
}