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 307da6d commit da3b244Copy full SHA for da3b244
infrastructure/terraform/modules/backend-api/pipes_pipe_template_table_events.tf
@@ -1,5 +1,5 @@
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]
+ depends_on = [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
0 commit comments