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 fdcf98a commit 12e374dCopy full SHA for 12e374d
aws/cloudtrail/examples/default/locals.tf
@@ -7,5 +7,4 @@ locals {
7
bucket_name = "aws-observability-random-${random_string.aws_random.id}"
8
path_expression = "AWSLogs/${local.aws_account_id}/CloudTrail/${local.aws_region}/*"
9
cloudtrail_fields = { account = local.aws_account_id }
10
- cloudtrail_source_bucket_name = "akhil_${local.aws_region}_${var.sumologic_organization_id}"
11
}
0 commit comments