Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/integrations/cloud-logs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,10 @@ resource "sysdig_secure_cloud_auth_account_component" "aws_cloud_logs" {
version = "v1.0.1"
cloud_logs_metadata = jsonencode({
aws = {
cloudtrailSns = {
cloudtrail_sns = {
role_name = local.role_name
topic_arn = var.topic_arn
bucket_region = data.aws_region.current.name
bucket_arn = var.bucket_arn
ingested_regions = var.regions
routing_key = local.routing_key
Expand Down