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