We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c19ebe commit 9e4e8a6Copy full SHA for 9e4e8a6
terraform/infrastructure/firehose.tf
@@ -8,5 +8,5 @@ module "firehose__processor" {
8
splunk_environment = local.splunk_environment
9
splunk_index = local.splunk_index
10
destination = "splunk"
11
- reporting_bucket_arn = data.aws_s3_bucket.source-data-bucket.arn[count.index]
+ reporting_bucket_arn = data.aws_s3_bucket.source-data-bucket[count.index].arn
12
}
0 commit comments