Skip to content

Commit c1e2322

Browse files
authored
chore: Update error in UPGRADE-6.0md (#263)
1 parent d00931e commit c1e2322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADE-6.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ module "cluster_after" {
154154
155155
+ instances = {
156156
1 = {
157-
instance_type = "db.r5.2xlarge"
157+
instance_class = "db.r5.2xlarge"
158158
publicly_accessible = true
159159
}
160160
2 = {
161-
instance_type = "db.r5.2xlarge"
161+
instance_class = "db.r5.2xlarge"
162162
}
163163
3 = {
164164
identifier = "reporting"
165-
instance_type = "db.r5.large"
165+
instance_class = "db.r5.large"
166166
instance_promotion_tier = 15
167167
}
168168
]

0 commit comments

Comments
 (0)