File tree Expand file tree Collapse file tree 4 files changed +0
-294
lines changed Expand file tree Collapse file tree 4 files changed +0
-294
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -72,15 +72,6 @@ module "alarms" {
7272 archival_firehose_stream = module. archival . firehose_stream_name
7373}
7474
75- module "auditlogs" {
76- source = " ../../modules/auditlog"
77- LogRetentionDays = var. LogRetentionDays
78- DataExpirationDays = var. AuditLogRetentionDays
79- BucketPrefix = local. bucket_prefix
80- ProjectId = var. ProjectId
81- RunEnvironment = " dev"
82- }
83-
8475module "archival" {
8576 depends_on = [module . dynamo ]
8677 source = " ../../modules/archival"
Original file line number Diff line number Diff line change @@ -42,8 +42,3 @@ variable "PrioritySNSAlertArn" {
4242 type = string
4343 default = " arn:aws:sns:us-east-1:427040638965:infra-monitor-alerts"
4444}
45-
46- variable "AuditLogRetentionDays" {
47- type = number
48- default = 90
49- }
You can’t perform that action at this time.
0 commit comments