Skip to content

Commit

Permalink
Configure performance_insights on cluster level as well
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez authored Jan 24, 2025
1 parent 22e7f61 commit 0bd2040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aurora/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ resource "aws_rds_cluster" "aurora" {
engine = var.engine
engine_version = var.engine_version
enabled_cloudwatch_logs_exports = var.enabled_cloudwatch_logs_exports
performance_insights_enabled = var.performance_insights_enabled
snapshot_identifier = var.snapshot_identifier

tags = merge({
Expand Down

0 comments on commit 0bd2040

Please sign in to comment.