Skip to content

Commit 23c541c

Browse files
authored
Merge pull request #6 from xoap-io/dev
Output fix
2 parents 80bf137 + 6ee9694 commit 23c541c

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
@@ -20,7 +20,7 @@ output "subnet_group" {
2020
}
2121
output "auth" {
2222
value = {
23-
host = aws_db_instance.this.endpoint
23+
host = aws_db_instance.this.address
2424
port = aws_db_instance.this.port
2525
username = aws_db_instance.this.username
2626
password = aws_db_instance.this.password

0 commit comments

Comments
 (0)