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

8 lines
109 B
Terraform
Raw Normal View History

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