Skip to content

Commit

Permalink
Use standard connection string, fix missing require, add vendored too…
Browse files Browse the repository at this point in the history
…ls to project path.
  • Loading branch information
tobyclemson committed Feb 24, 2021
1 parent c6452e6 commit 7f45c68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ PROJECT_DIR="$(pwd)"

PATH_add "${PROJECT_DIR}"
PATH_add "${PROJECT_DIR}"/node_modules/.bin
PATH_add "${PROJECT_DIR}"/vendor/**/bin
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'confidante'
require 'rake_docker'
require 'rake_terraform'
require 'ruby_terraform/output'
require 'rake_fly'

configuration = Confidante.configuration
Expand Down
2 changes: 1 addition & 1 deletion infra/database/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ output "cluster_id" {
}

output "connection_string" {
value = module.cluster.connection_strings[0].private_endpoint[0].srv_connection_string
value = module.cluster.connection_strings[0].private_endpoint[0].connection_string
}

0 comments on commit 7f45c68

Please sign in to comment.