We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f017a1 commit c05fbc7Copy full SHA for c05fbc7
infrastructure/terraform/modules/backend-api/pipes_pipe_template_table_events.tf
@@ -1,4 +1,6 @@
1
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
+
4
name = "${local.csi}-template-table-events"
5
role_arn = aws_iam_role.pipe_template_table_events.arn
6
source = aws_dynamodb_table.templates.stream_arn
0 commit comments