Skip to content

Commit ef3de89

Browse files
author
David Arnold
authored
Update outputs.tf
1 parent d2ad2d9 commit ef3de89

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

outputs.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ output "endpoint" {
22
value = "${aws_db_instance.default.endpoint}"
33
}
44

5+
output "host" {
6+
value = "${aws_db_instance.default.host}"
7+
}
8+
59
output "service_name" {
610
value = "${var.service_name}"
711
}
@@ -17,3 +21,7 @@ output "port" {
1721
output "db_name" {
1822
value = "${var.db_name}"
1923
}
24+
25+
output "db_identitifier" {
26+
value = "${aws_db_instance.default.identitifier}"
27+
}

0 commit comments

Comments
 (0)