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 9c0c648Copy full SHA for 9c0c648
modules/integrations/cloud-logs/main.tf
@@ -319,7 +319,7 @@ 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_arn = var.bucket_arn
0 commit comments