Skip to content

Commit 5dfd016

Browse files
committed
Remove fifo from name too
1 parent 82785c4 commit 5dfd016

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infrastructure/terraform/modules/eventsub/sns_topic_supplier.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
resource "aws_sns_topic" "sns_topic_supplier" {
2-
name = "${local.csi}-supplier-events.fifo"
2+
name = "${local.csi}-supplier-events"
3+
#name = "${local.csi}-supplier-events.fifo"
34
kms_master_key_id = var.kms_key_arn
45

56
#fifo_topic = true

0 commit comments

Comments
 (0)