Added type constraint

This commit is contained in:
Michele Cereda
2023-01-17 23:21:41 +01:00
parent cb76f00e9d
commit cf3d57046a

View File

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