Skip to content

Commit c05fbc7

Browse files
CCM-11026: Update terraform dependencies
1 parent 4f017a1 commit c05fbc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/terraform/modules/backend-api/pipes_pipe_template_table_events.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
resource "aws_pipes_pipe" "template_table_events" {
2+
depends_on = [module.backend_api.module.sqs_template_table_events_pipe_dlq.aws_sqs_queue_policy.sqs_queue_policy]
3+
24
name = "${local.csi}-template-table-events"
35
role_arn = aws_iam_role.pipe_template_table_events.arn
46
source = aws_dynamodb_table.templates.stream_arn

0 commit comments

Comments
 (0)