Skip to content

Commit 0331653

Browse files
author
David Arnold
authored
Update outputs.tf
1 parent f3435a8 commit 0331653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ output "db_name" {
2222
value = "${var.db_name}"
2323
}
2424

25-
output "db_identitifier" {
25+
output "db_identifier" {
2626
value = "${aws_db_instance.default.identitifier}"
2727
}

0 commit comments

Comments
 (0)