Skip to content

Commit

Permalink
Adding monitoring_role_name to postgres module to make it unique
Browse files Browse the repository at this point in the history
  • Loading branch information
grebois committed Aug 5, 2021
1 parent e90bf7d commit c2f31a4
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 c2f31a4

Please sign in to comment.