Skip to content

Commit 0929263

Browse files
Fix syntax
Co-authored-by: Jan David <[email protected]>
1 parent e9ff859 commit 0929263

File tree

1 file changed

+1
-1
lines changed
  • terragrunt/modules/crates-io-logs

1 file changed

+1
-1
lines changed

terragrunt/modules/crates-io-logs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data "aws_iam_policy_document" "s3_push_to_queue" {
2828
condition {
2929
test = "StringEquals"
3030
variable = "aws:SourceAccount"
31-
values = [data.aws_arn.account]
31+
values = [data.aws_arn.src_bucket.account]
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)