github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/demo/csi/digitalocean/variables.tf (about)

     1  variable "do_token" {
     2    description = "API key"
     3  }
     4  
     5  variable "region" {
     6    default = "nyc1"
     7  }
     8  
     9  variable "volume_id" {
    10    default = "nomad-csi-test"
    11  }