mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added type constraint
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
variable "replicated_config_file_path" {
|
variable "replicated_config_file_path" {
|
||||||
|
type = string
|
||||||
default = "/etc/replicated.conf"
|
default = "/etc/replicated.conf"
|
||||||
description = "Only read on initial startup."
|
description = "Only read on initial startup."
|
||||||
}
|
}
|
||||||
variable "tfe_config_file_path" {
|
variable "tfe_config_file_path" {
|
||||||
default = "/etc/ptfe.settings.json"
|
type = string
|
||||||
|
default = "/etc/settings.conf"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user