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

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"
}