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

7 lines
81 B
Terraform
Raw Normal View History

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