homelab-nomad/acls/providers.tf

7 lines
141 B
Terraform
Raw Normal View History

2022-07-25 17:50:12 +00:00
# Configure the Nomad provider
provider "nomad" {
address = var.nomad_address
2022-07-25 17:50:12 +00:00
secret_id = var.nomad_secret_id
region = "global"
}