We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde78a5 commit 6e35ab5Copy full SHA for 6e35ab5
operations/deployment/terraform/modules/aws/rds/aws_rds.tf
@@ -96,7 +96,7 @@ resource "aws_db_instance" "default" {
96
97
resource "aws_iam_role" "rds_enhanced_monitoring" {
98
count = var.aws_rds_db_monitoring_role_arn != "" ? 0 : 1
99
- name = "${var.aws_resource_identifier}-rds-enhanced-monitoring"
+ name = "${var.aws_resource_identifier}-rds"
100
101
assume_role_policy = jsonencode({
102
Version = "2012-10-17",
0 commit comments