Skip to content

Commit

Permalink
Merge pull request #5699 from ministryofjustice/dms_module_lz_v5
Browse files Browse the repository at this point in the history
v5a-dms-module-prod-corrections
  • Loading branch information
madhu-k-sr2 authored Apr 12, 2024
2 parents 8d8b79a + bf2011e commit 513cda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_glue_connection" "rds_sqlserver_db_glue_connection" {
connection_properties = {
JDBC_CONNECTION_URL = "jdbc:sqlserver://${aws_db_instance.database_2022.endpoint}"
JDBC_CONNECTION_URL = "jdbc:sqlserver://${aws_db_instance.database_2022.endpoint}:${aws_db_instance.database_2022.port}"
PASSWORD = aws_secretsmanager_secret_version.db_password.secret_string
USERNAME = "admin"
}
Expand Down

0 comments on commit 513cda4

Please sign in to comment.