Skip to content

Commit

Permalink
Merge pull request #296 from dbt-labs/spatel/cc-1769
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per authored Sep 13, 2024
2 parents d64edae + 0a6933a commit 9b94bd8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ resource dbtcloud_global_connection test {
redshift = {
hostname = "test.com"
port = 9876
dbname = "my_database"
}
}
Expand All @@ -570,9 +571,9 @@ resource dbtcloud_global_connection test {
redshift = {
hostname = "test.com"
port = 1234
dbname = "my_database"
// optional fields
dbname = "my_database"
ssh_tunnel = {
username = "user"
hostname = "host2"
Expand Down Expand Up @@ -694,6 +695,7 @@ resource dbtcloud_global_connection test {
postgres = {
hostname = "test.com"
port = 9876
dbname = "my_database"
}
}
Expand All @@ -710,9 +712,9 @@ resource dbtcloud_global_connection test {
postgres = {
hostname = "test.com"
port = 1234
dbname = "my_database"
// optional fields
dbname = "my_database"
ssh_tunnel = {
username = "user"
hostname = "host2"
Expand Down

0 comments on commit 9b94bd8

Please sign in to comment.