home-cloud/variables.tf

5 lines
109 B
HCL

variable "listory_token" {
description = "Listory API Token"
type = string
sensitive = true
}