Skip to content

Commit

Permalink
set performance insight to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
marwinbaumannsbp committed Sep 21, 2023
1 parent 51e5fde commit 6574a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ variable "deletion_protection" {

variable "enabled_cloudwatch_logs_exports" {
type = list(string)
default = null
default = ["audit"]
description = "List of log types to export to cloudwatch"
}

Expand Down Expand Up @@ -276,7 +276,7 @@ variable "parameter_group_name" {

variable "performance_insights" {
type = bool
default = false
default = true
description = "Specifies whether Performance Insights is enabled or not"
}

Expand Down

0 comments on commit 6574a3c

Please sign in to comment.