juntekim.com/terraform/modules/sqs_queue/variables.tf
2026-02-17 23:28:47 +00:00

6 lines
101 B
HCL

variable "name" { type = string }
variable "max_receive_count" {
type = number
default = 1
}