diff --git a/terraform/airgapped terraform enterprise on azure/variables.tf b/terraform/airgapped terraform enterprise on azure/variables.tf index 370682b..020dad6 100644 --- a/terraform/airgapped terraform enterprise on azure/variables.tf +++ b/terraform/airgapped terraform enterprise on azure/variables.tf @@ -1,7 +1,9 @@ variable "replicated_config_file_path" { + type = string default = "/etc/replicated.conf" description = "Only read on initial startup." } variable "tfe_config_file_path" { - default = "/etc/ptfe.settings.json" + type = string + default = "/etc/settings.conf" }