mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
5 lines
109 B
HCL
5 lines
109 B
HCL
variable "listory_token" {
|
|
description = "Listory API Token"
|
|
type = string
|
|
sensitive = true
|
|
}
|