Skip to content

Commit 751ff62

Browse files
committed
CCM-8572: fix circular dep
1 parent b64deb9 commit 751ff62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

infrastructure/terraform/modules/s3-object-tagging-enrichment/pipes_pipe_tags_added.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ data "aws_iam_policy_document" "pipe_trust_policy" {
4747
values = [var.aws_account_id]
4848
}
4949

50-
condition {
51-
test = "StringEquals"
52-
variable = "aws:SourceArn"
53-
values = [aws_pipes_pipe.tags_added.arn]
54-
}
50+
# condition {
51+
# test = "StringEquals"
52+
# variable = "aws:SourceArn"
53+
# values = [aws_pipes_pipe.tags_added.arn]
54+
# }
5555
}
5656
}
5757

0 commit comments

Comments
 (0)