From 09292632bb30624c79adc8a96f7bb85a1436943b Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Mon, 8 Jan 2024 08:29:18 -0500 Subject: [PATCH] Fix syntax Co-authored-by: Jan David --- terragrunt/modules/crates-io-logs/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terragrunt/modules/crates-io-logs/main.tf b/terragrunt/modules/crates-io-logs/main.tf index b9ee3b98d..5360a44e8 100644 --- a/terragrunt/modules/crates-io-logs/main.tf +++ b/terragrunt/modules/crates-io-logs/main.tf @@ -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] } } }