Fix formatting

This commit is contained in:
Julio Castillo
2021-08-12 09:53:48 +02:00
parent 4f91e3039b
commit c2e23001b7
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
variable "dead_letter_configs" {
description = "Per-subscription dead letter policy configuration."
type = map(object({
topic = string
topic = string
max_delivery_attempts = number
}))
default = {}