mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
6 lines
101 B
HCL
6 lines
101 B
HCL
variable "name" { type = string }
|
|
|
|
variable "max_receive_count" {
|
|
type = number
|
|
default = 1
|
|
}
|