Skip to content

Commit b04c7e5

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

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
@@ -23,5 +23,5 @@ output "db_name" {
2323
}
2424

2525
output "db_identifier" {
26-
value = "${aws_db_instance.default.identitifier}"
26+
value = "${aws_db_instance.default.identifier}"
2727
}

0 commit comments

Comments
 (0)