mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
Added type constraint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user