orchestration-tests/nomad/core/vars.tf

6 lines
136 B
HCL

variable "base_hostname" {
type = string
description = "Base hostname to serve content from"
default = "dev.homelab"
}