Skip to content

Commit f9fe341

Browse files
committed
delete module
1 parent 7bf4f12 commit f9fe341

File tree

4 files changed

+0
-294
lines changed

4 files changed

+0
-294
lines changed

notebooks/read_audit_log_s3.ipynb

Lines changed: 0 additions & 84 deletions
This file was deleted.

onetime/auditlog-migration.py

Lines changed: 0 additions & 196 deletions
This file was deleted.

terraform/envs/qa/main.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
8475
module "archival" {
8576
depends_on = [module.dynamo]
8677
source = "../../modules/archival"

terraform/envs/qa/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
}

0 commit comments

Comments
 (0)