Skip to content

Commit 14d57c5

Browse files
committed
fix: instance_class arg to cluster_instance_class
1 parent e046244 commit 14d57c5

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
@@ -26,7 +26,8 @@ module "cluster" {
2626
name = "test-aurora-db-postgres96"
2727
engine = "aurora-postgresql"
2828
engine_version = "17.5"
29-
instance_class = "db.r8g.large"
29+
30+
cluster_instance_class = "db.r8g.large"
3031
instances = {
3132
one = {}
3233
two = {

0 commit comments

Comments
 (0)