Skip to content

Commit 9a4716d

Browse files
committed
use queue arn
1 parent 7da62c6 commit 9a4716d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
resource "aws_pipes_pipe" "template_table_events" {
2-
depends_on = [module.sqs_template_table_events_pipe_dlq, module.sqs_template_mgmt_events]
2+
depends_on = [
3+
module.sqs_template_table_events_pipe_dlq.sqs_queue_arn,
4+
module.sqs_template_mgmt_events.sqs_queue_arn
5+
]
36

47
name = "${local.csi}-template-table-events"
58
role_arn = aws_iam_role.pipe_template_table_events.arn

0 commit comments

Comments
 (0)