Skip to content

Commit

Permalink
Merge pull request #7 from opzkit/fix-secret
Browse files Browse the repository at this point in the history
fix: use address instead of endpoint
  • Loading branch information
argoyle authored Dec 20, 2021
2 parents e26335f + ceb3729 commit f8be8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secret.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {
DB_PASSWORD = local.password
DB_NAME = aws_db_instance.default.identifier
DB_PORT = aws_db_instance.default.port
DB_HOST = aws_db_instance.default.endpoint
DB_HOST = aws_db_instance.default.address
}
password = random_password.password.result
}
Expand Down

0 comments on commit f8be8a6

Please sign in to comment.