6 lines
101 B
HCL
6 lines
101 B
HCL
variable "name" { type = string }
|
|
|
|
variable "max_receive_count" {
|
|
type = number
|
|
default = 1
|
|
}
|