Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Jan David <[email protected]>
  • Loading branch information
Mark-Simulacrum and jdno authored Jan 8, 2024
1 parent e9ff859 commit 0929263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terragrunt/modules/crates-io-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data "aws_iam_policy_document" "s3_push_to_queue" {
condition {
test = "StringEquals"
variable = "aws:SourceAccount"
values = [data.aws_arn.account]
values = [data.aws_arn.src_bucket.account]
}
}
}
Expand Down

0 comments on commit 0929263

Please sign in to comment.