We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8811f commit a618820Copy full SHA for a618820
1 file changed
infrastructure/terraform/modules/eventsub/sns_topic_supplier.tf
@@ -1,5 +1,5 @@
1
resource "aws_sns_topic" "sns_topic_supplier" {
2
- name = "${local.csi}-supplier-events"
+ name = "${local.csi}-supplier-events.fifo"
3
kms_master_key_id = var.kms_key_arn
4
5
fifo_topic = true
0 commit comments