homelab-nomad/acls/vars.tf

12 lines
234 B
Terraform
Raw Normal View History

2022-07-25 17:50:12 +00:00
variable "nomad_secret_id" {
type = string
description = "Secret ID for ACL bootstrapped Nomad"
sensitive = true
default = ""
}
variable "nomad_address" {
type = string
default = "http://n1.thefij:4646"
2022-07-25 17:50:12 +00:00
}