Merge pull request #3795 from willrstern/aws-rds-typo

Typo in docs - AWS RDS config
This commit is contained in:
Clint 2015-11-06 17:08:52 -06:00
commit 91aeba48ff
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}