Skip to content

Commit 8753f40

Browse files
Unique stream name
1 parent 6751e56 commit 8753f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resource "aws_kinesis_stream" "mi_change_stream" {
2-
name = "mi-change-stream"
2+
name = "${local.csi}-mi-change-stream"
33
shard_count = 1
44
retention_period = 24
55
}

0 commit comments

Comments
 (0)