Skip to content

Commit

Permalink
v5a-dms-module-prod-corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
madhu-k-sr2 committed Apr 12, 2024
1 parent 8d8b79a commit bf2011e
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 bf2011e

Please sign in to comment.