Files
oam/terraform/airgapped terraform enterprise on azure/variables.tf
2023-01-19 02:16:06 +01:00

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