2023-03-24 12:48:53 -07:00
|
|
|
|
2022-08-23 09:50:55 -07:00
|
|
|
variable "nomad_address" {
|
|
|
|
type = string
|
2022-11-20 16:24:00 -08:00
|
|
|
default = "http://n1.thefij:4646"
|
2022-08-23 09:50:55 -07:00
|
|
|
}
|
|
|
|
|
2022-03-21 21:26:04 -07:00
|
|
|
variable "base_hostname" {
|
2022-04-13 14:01:14 -07:00
|
|
|
type = string
|
2022-03-21 21:26:04 -07:00
|
|
|
description = "Base hostname to serve content from"
|
2022-04-13 14:01:14 -07:00
|
|
|
default = "dev.homelab"
|
2022-03-21 21:26:04 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
variable "nomad_secret_id" {
|
2022-04-13 14:01:14 -07:00
|
|
|
type = string
|
2022-03-21 21:26:04 -07:00
|
|
|
description = "Secret ID for ACL bootstrapped Nomad"
|
2022-04-13 14:01:14 -07:00
|
|
|
sensitive = true
|
|
|
|
default = ""
|
2022-03-21 21:26:04 -07:00
|
|
|
}
|