providers/aws: fix RDB test syntax error

This commit is contained in:
Mitchell Hashimoto 2014-08-04 22:51:31 -07:00
parent 258a7311ce
commit ca5be43519
1 changed files with 1 additions and 1 deletions

View File

@ -159,6 +159,6 @@ resource "aws_db_instance" "bar" {
skip_final_snapshot = true
security_group_names = [${aws_db_security_group.bar.name}]
security_group_names = ["${aws_db_security_group.bar.name}"]
}
`