Skip to content

Commit e0711e6

Browse files
SSPROD-62139 - Change name of cloudtrail and add bucket region for CloudLogs
1 parent 8a5016d commit e0711e6

File tree

1 file changed

+2
-1
lines changed
  • modules/integrations/cloud-logs

1 file changed

+2
-1
lines changed

modules/integrations/cloud-logs/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,10 @@ resource "sysdig_secure_cloud_auth_account_component" "aws_cloud_logs" {
319319
version = "v1.0.1"
320320
cloud_logs_metadata = jsonencode({
321321
aws = {
322-
cloudtrailSns = {
322+
cloudtrail_sns = {
323323
role_name = local.role_name
324324
topic_arn = var.topic_arn
325+
bucket_region = data.aws_region.current.name
325326
bucket_arn = var.bucket_arn
326327
ingested_regions = var.regions
327328
routing_key = local.routing_key

0 commit comments

Comments
 (0)