home-cloud/variables.tf

6 lines
109 B
Terraform
Raw Normal View History

2023-02-25 23:22:41 +01:00
variable "listory_token" {
description = "Listory API Token"
type = string
sensitive = true
}