khuedoan-homelab/external/modules/ntfy/variables.tf

7 lines
81 B
HCL

variable "auth" {
type = object({
url = string
topic = string
})
}