Skip to content

Commit 2143987

Browse files
VIA-433 AS/AJ Cleanup splunk tf scripts
1 parent e9fe9c9 commit 2143987

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

infrastructure/modules/deploy_splunk/firehose.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ resource "aws_kinesis_firehose_delivery_stream" "splunk_log_forwarder" {
4141
}
4242
parameters {
4343
parameter_name = "BufferSizeInMBs"
44-
parameter_value = "0.256" # Should this be passed from main file?
44+
parameter_value = "0.256"
4545
}
4646
parameters {
4747
parameter_name = "BufferIntervalInSeconds"
48-
parameter_value = "60" # Should this be passed from main file?
48+
parameter_value = "60"
4949
}
5050
}
5151
}

infrastructure/modules/deploy_splunk/alarms_firehose.tf renamed to infrastructure/modules/deploy_splunk/firehose_alarms.tf

File renamed without changes.

infrastructure/modules/deploy_splunk/lambda.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module "firehose_transformer_lambda_function" {
1313
source_path = "${path.module}/files"
1414

1515
cloudwatch_logs_retention_in_days = var.splunk_log_retention_in_days
16-
cloudwatch_logs_skip_destroy = true
1716
logging_log_format = "JSON"
1817

1918
tags = var.default_tags

0 commit comments

Comments
 (0)