Skip to content

Commit

Permalink
Set Logging Validity to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
harichintala1 committed Aug 25, 2023
1 parent 3ff7607 commit 4b88a6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/digital-prison-reporting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ module "datamart" {
logging = {
enable = true
log_destination_type = "cloudwatch"
retention_period = 2
retention_period = 1
log_exports = ["useractivitylog", "userlog", "connectionlog"]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ variable "security_configuration_s3_encryption" {

variable "log_group_retention_in_days" {
type = number
default = 2
default = 1
description = "(Optional) The default number of days log events retained in the glue job log group."
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variable "handler" {
variable "log_retention_in_days" {
description = "Log retention in number of days."
type = number
default = 2
default = 1
}

variable "memory_size" {
Expand Down

0 comments on commit 4b88a6c

Please sign in to comment.