mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
18 lines
442 B
HCL
18 lines
442 B
HCL
variable "replicated_config_file_location" {
|
|
type = string
|
|
default = "/etc/replicated.conf"
|
|
description = "Only read on initial startup."
|
|
}
|
|
variable "replicated_config_license_bootstrap_airgap_package_path" {
|
|
type = string
|
|
}
|
|
variable "replicated_config_license_file_location" {
|
|
type = string
|
|
default = "/etc/license.rli"
|
|
}
|
|
|
|
variable "tfe_config_file_location" {
|
|
type = string
|
|
default = "/etc/settings.conf"
|
|
}
|