mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-19 00:38:15 +07:00
7 lines
81 B
HCL
7 lines
81 B
HCL
variable "auth" {
|
|
type = object({
|
|
url = string
|
|
topic = string
|
|
})
|
|
}
|