Merge pull request #3795 from willrstern/aws-rds-typo
Typo in docs - AWS RDS config
This commit is contained in:
commit
91aeba48ff
|
@ -27,7 +27,7 @@ For more information on Amazon Aurora, see [Aurora on Amazon RDS][2] in the Amaz
|
|||
resource "aws_rds_cluster_instance" "cluster_instances" {
|
||||
count = 2
|
||||
identifier = "aurora-cluster-demo"
|
||||
cluster_identifer = "${aws_rds_cluster.default.id}"
|
||||
cluster_identifier = "${aws_rds_cluster.default.id}"
|
||||
instance_class = "db.r3.large"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue