Skip to content

Commit d2ad2d9

Browse files
author
David Arnold
authored
adding ports output
1 parent 2edeeea commit d2ad2d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ output "address" {
1010
value = "${aws_db_instance.default.endpoint}"
1111
}
1212

13+
output "port" {
14+
value = "${aws_db_instance.default.port}"
15+
}
16+
1317
output "db_name" {
1418
value = "${var.db_name}"
1519
}

0 commit comments

Comments
 (0)