Skip to content

Commit da3b244

Browse files
CCM-11026: Update terraform dependencies
1 parent 307da6d commit da3b244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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]
2+
depends_on = [module.sqs_template_table_events_pipe_dlq.aws_sqs_queue_policy.sqs_queue_policy]
33

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

0 commit comments

Comments
 (0)