Skip to content

Commit e502064

Browse files
committed
CCM-8572: tf ref fix
1 parent b2c0352 commit e502064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ data "aws_iam_policy_document" "get_s3_object_tags" {
4949
"s3:GetObjectVersionTagging",
5050
]
5151

52-
resources = ["${var.source_bucket.arn}/*"]
52+
resources = ["${module.s3bucket_quarantine.arn}/*"]
5353
}
5454
}
5555

0 commit comments

Comments
 (0)