Files
oam/terraform/airgapped terraform enterprise on azure/variables.tf
2023-01-17 21:54:57 +01:00

8 lines
204 B
HCL

variable "replicated_config_file_path" {
default = "/etc/replicated.conf"
description = "Only read on initial startup."
}
variable "tfe_config_file_path" {
default = "/etc/ptfe.settings.json"
}