Skip to content

Commit 2edeeea

Browse files
author
David Arnold
authored
Update outputs.tf
1 parent 47e33c6 commit 2edeeea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

outputs.tf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ output "endpoint" {
22
value = "${aws_db_instance.default.endpoint}"
33
}
44

5+
output "service_name" {
6+
value = "${var.service_name}"
7+
}
8+
9+
output "address" {
10+
value = "${aws_db_instance.default.endpoint}"
11+
}
12+
513
output "db_name" {
614
value = "${var.db_name}"
7-
}
15+
}

0 commit comments

Comments
 (0)