Skip to content

Commit

Permalink
PLT-0 - Make redrive policy optional
Browse files Browse the repository at this point in the history
* make redrive policy optional as you now can not create a subscription without redrive policy
  • Loading branch information
Engerim authored Dec 2, 2024
1 parent 710e526 commit 07c01a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 07c01a7

Please sign in to comment.