orchestration-tests/nomad/core/vars.tf

6 lines
136 B
Terraform
Raw Normal View History

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