forked from cyrilgdn/terraform-provider-postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add jumphost with ssh-agent and private key support * Remove vendor directory and clean a bit Makefile (cyrilgdn#139) * Upgrade Terraform SDK to v2 (cyrilgdn#140) * Upgrade Terraform SDK to v2 * Rename Makefile * Add jumphost with ssh-agent and private key support * Fix for suggestion https://github.com/cyrilgdn/terraform-provider-postgresql/pull/129\#discussion_r728776913 * updates * Run `go mod tidy` * remove `vendor` dir * ignore `.idea` * log error when tunnel start returns error * run `go get -u github.com/cookielab/go-ssh-tunnel` * ignore `vendor` dir * move `golang.org/x/crypto` and `golang.org/x/sys` * Upgrade golangci-lint-action * Upgrade go version of test workflow * Add last line * Run `go mod tidy` * Remove `ulimits` * Make tests manually run Co-authored-by: Jindrich Skupa <[email protected]> Co-authored-by: Cyril Gaudin <[email protected]>
- Loading branch information
1 parent
ec71102
commit 719a8e9
Showing
16 changed files
with
325 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ | |
.*.swp | ||
tests/docker-compose.*.yml | ||
terraform-provider-postgresql | ||
|
||
vendor | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.