diff --git a/variables.tf b/variables.tf index 81c931d..fdb399c 100644 --- a/variables.tf +++ b/variables.tf @@ -7,7 +7,7 @@ variable "sns_topic_subscriptions" { endpoint_auto_confirms = bool raw_message_delivery = bool filter_policy = string - redrive_policy = string + redrive_policy = optional(string) })) default = [] description = "SNS Subscriptions"