Skip to content

Commit

Permalink
turn on performance insights
Browse files Browse the repository at this point in the history
  • Loading branch information
ssickles committed Apr 29, 2024
1 parent d2523ae commit 0d1c884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ resource "aws_rds_cluster_instance" "cluster_instances" {
instance_class = var.instance_class
engine = aws_rds_cluster.this.engine
engine_version = aws_rds_cluster.this.engine_version

performance_insights_enabled = true
}

resource "aws_rds_cluster" "this" {
Expand Down

0 comments on commit 0d1c884

Please sign in to comment.