missing new line

This commit is contained in:
Sathiya Shunmugasundaram 2015-06-15 17:37:42 -04:00
parent 22c42c4687
commit 67fe2e7c24
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ output "db_instance_id" {
}
output "db_instance_address" {
value = "${aws_db_instance.default.address}"
}
}