Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "aws_cloudtrail" "lacework_cloudtrail" {
is_organization_trail = var.is_organization_trail
s3_bucket_name = local.bucket_name
kms_key_id = local.bucket_sse_key_arn
sns_topic_name = var.use_s3_bucket_notification ? null : local.sns_topic_arn
sns_topic_name = var.use_s3_bucket_notification ? null : local.sns_topic_name
tags = var.tags
enable_log_file_validation = var.enable_log_file_validation

Expand Down Expand Up @@ -700,4 +700,4 @@ resource "lacework_integration_aws_ct" "default" {
data "lacework_metric_module" "lwmetrics" {
name = local.module_name
version = local.module_version
}
}
Loading