mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
10 lines
241 B
HCL
10 lines
241 B
HCL
variable "replicated_config_file_path" {
|
|
type = string
|
|
default = "/etc/replicated.conf"
|
|
description = "Only read on initial startup."
|
|
}
|
|
variable "tfe_config_file_path" {
|
|
type = string
|
|
default = "/etc/settings.conf"
|
|
}
|