Skip to content

Commit 6ee9694

Browse files
author
bbrauneck
committed
chore: merge branch 'master' into dev
2 parents 32f695e + ac8e6b5 commit 6ee9694

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)