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