Skip to content

Commit

Permalink
use correct postgres port
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Aug 29, 2024
1 parent 65a6e10 commit 9d1d69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module "helm_release" {
postgres_user = module.database.sql_user_username
postgres_password = module.database.sql_user_password
postgres_host = module.database.database_instance_private_ip_address
postgres_port = 3306
postgres_port = 5432
postgres_database = module.database.database_name

service_account_email = module.service_accounts.service_account_email
Expand Down

0 comments on commit 9d1d69c

Please sign in to comment.