We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3de89 commit f3435a8Copy full SHA for f3435a8
outputs.tf
@@ -3,7 +3,7 @@ output "endpoint" {
3
}
4
5
output "host" {
6
- value = "${aws_db_instance.default.host}"
+ value = "${aws_db_instance.default.address}"
7
8
9
output "service_name" {
0 commit comments