Skip to content

Commit

Permalink
Merge pull request #154 from grebois/rds_monitoring_role_name
Browse files Browse the repository at this point in the history
Adding monitoring_role_name to postgres module to make it unique
  • Loading branch information
grebois authored Aug 5, 2021
2 parents e90bf7d + c2f31a4 commit 6a4c12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-modules/aws/postgres/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module "db" {

performance_insights_enabled = true
performance_insights_retention_period = 7
monitoring_role_name = "${var.identifier}-${var.name}"
create_monitoring_role = true
monitoring_interval = 60

Expand Down

0 comments on commit 6a4c12b

Please sign in to comment.