Skip to content

Commit a618820

Browse files
committed
Add .fifo on end
1 parent bf8811f commit a618820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/terraform/modules/eventsub/sns_topic_supplier.tf

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

55
fifo_topic = true

0 commit comments

Comments
 (0)