Skip to content

Commit f3435a8

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

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
@@ -3,7 +3,7 @@ output "endpoint" {
33
}
44

55
output "host" {
6-
value = "${aws_db_instance.default.host}"
6+
value = "${aws_db_instance.default.address}"
77
}
88

99
output "service_name" {

0 commit comments

Comments
 (0)