Skip to content

v0.50.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 24 Feb 20:07
bc5ddb3

🚀 Enhancements

Add enhanced monitoring attributes @nitrocode (#131)

what

  • Add enhanced monitoring attributes

why

  • The name can be too long at times and exposing this input could prevent the following error
│ Error: expected length of name to be in the range (1 - 64), got snip-snip-snip-snip-aurora-global-example-shared-enhanced-monitoring
│
│   with module.primary_aurora_postgres_cluster.aws_iam_role.enhanced_monitoring[0],
│   on .terraform-mdev/modules/primary_aurora_postgres_cluster/enhanced-monitoring.tf line 17, in resource "aws_iam_role" "enhanced_monitoring":17:   name               = module.enhanced_monitoring_label.id

references