|
@@ -63,7 +63,7 @@ resource "aws_s3_bucket" "this" {
|
|
|
# which creates a log which leads to splunk accessing the s3 bucket)
|
|
|
logging {
|
|
|
target_bucket = local.bucket_name
|
|
|
- target_prefix = "{data.aws_caller_identity.current.account_id}-${data.aws_region.current.name}-${local.bucket_name}"
|
|
|
+ target_prefix = "${data.aws_caller_identity.current.account_id}-${data.aws_region.current.name}-${local.bucket_name}"
|
|
|
}
|
|
|
|
|
|
}
|