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

4 lines
51 B
Terraform
Raw Normal View History

provider "digitalocean" {
token = var.do_token
}