Skip to content

Commit e04c5a8

Browse files
authored
chore: Usage example argument instance_class to cluster_instance_class in README (#530)
1 parent e046244 commit e04c5a8

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)