Skip to content

Commit 05508cc

Browse files
author
Sam Bashton
authored
Fix formatting for MySQL Aurora 1.x example
1 parent 9e0246c commit 05508cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AWS doesn't automatically remove RDS instances created from autoscaling when you
2929

3030
### Aurora 1.x (MySQL 5.6)
3131

32-
32+
```
3333
resource "aws_sns_topic" "db_alarms_56" {
3434
name = "aurora-db-alarms-56"
3535
}
@@ -68,6 +68,7 @@ resource "aws_rds_cluster_parameter_group" "aurora_cluster_56_parameter_group" {
6868
family = "aurora5.6"
6969
description = "test-aurora-56-cluster-parameter-group"
7070
}
71+
```
7172

7273
### Aurora 2.x (MySQL 5.7)
7374

0 commit comments

Comments
 (0)