Skip to content

Commit 8087c0e

Browse files
fix: variable definition for sns subscription policy
1 parent 7c6e280 commit 8087c0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

variables.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ variable "message_retention_seconds" {
350350
}
351351

352352
variable "sns_subcription_filter_policy" {
353-
type = json
354-
default = null
353+
type = any
354+
default = {}
355+
description = "A map of subscription filter policy to create"
355356
}

0 commit comments

Comments
 (0)