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 8a5016d commit e0711e6Copy full SHA for e0711e6
modules/integrations/cloud-logs/main.tf
@@ -319,9 +319,10 @@ resource "sysdig_secure_cloud_auth_account_component" "aws_cloud_logs" {
319
version = "v1.0.1"
320
cloud_logs_metadata = jsonencode({
321
aws = {
322
- cloudtrailSns = {
+ cloudtrail_sns = {
323
role_name = local.role_name
324
topic_arn = var.topic_arn
325
+ bucket_region = data.aws_region.current.name
326
bucket_arn = var.bucket_arn
327
ingested_regions = var.regions
328
routing_key = local.routing_key
0 commit comments