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 9e0246c commit 05508ccCopy full SHA for 05508cc
README.md
@@ -29,7 +29,7 @@ AWS doesn't automatically remove RDS instances created from autoscaling when you
29
30
### Aurora 1.x (MySQL 5.6)
31
32
-
+```
33
resource "aws_sns_topic" "db_alarms_56" {
34
name = "aurora-db-alarms-56"
35
}
@@ -68,6 +68,7 @@ resource "aws_rds_cluster_parameter_group" "aurora_cluster_56_parameter_group" {
68
family = "aurora5.6"
69
description = "test-aurora-56-cluster-parameter-group"
70
71
72
73
### Aurora 2.x (MySQL 5.7)
74
0 commit comments