Skip to content

Commit 90553e1

Browse files
committed
Terraform fix
1 parent cb99dbe commit 90553e1

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,4 +1,4 @@
1-
resource "aws_sns_topic" "sns_topic_event_bus" {
1+
resource "aws_sns_topic" "sns_topic_supplier" {
22
name = "${local.csi}-supplier-events"
33
kms_master_key_id = var.kms_key_arn
44

0 commit comments

Comments
 (0)