Skip to content

Commit 9e4e8a6

Browse files
committed
NRL-1188 Pass s3 bucket arn as var
1 parent 9c19ebe commit 9e4e8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/infrastructure/firehose.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module "firehose__processor" {
88
splunk_environment = local.splunk_environment
99
splunk_index = local.splunk_index
1010
destination = "splunk"
11-
reporting_bucket_arn = data.aws_s3_bucket.source-data-bucket.arn[count.index]
11+
reporting_bucket_arn = data.aws_s3_bucket.source-data-bucket[count.index].arn
1212
}

0 commit comments

Comments
 (0)