-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Terraform SDK to v2 #140
Merged
Merged
Conversation
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
jindrichskupa
pushed a commit
to cookielab/terraform-provider-postgresql
that referenced
this pull request
Oct 8, 2021
* Upgrade Terraform SDK to v2 * Rename Makefile
jindrichskupa
pushed a commit
to cookielab/terraform-provider-postgresql
that referenced
this pull request
Nov 30, 2021
* Upgrade Terraform SDK to v2 * Rename Makefile
marvin-kolja
added a commit
to Mietz-GmbH/terraform-provider-postgresql
that referenced
this pull request
Apr 4, 2022
commit b276055 Merge: ac282ce ec71102 Author: Marvin Willms <marvin.willms@code.berlin> Date: Tue Apr 5 01:27:38 2022 +0200 Merge branch 'master' into add-ssh-jumphost-support commit ac282ce Author: Marvin Willms <marvin.willms@code.berlin> Date: Tue Apr 5 00:54:43 2022 +0200 ignore `.idea` commit fda6f16 Author: Marvin Willms <marvin.willms@code.berlin> Date: Tue Apr 5 00:17:56 2022 +0200 remove `vendor` dir commit 6046175 Author: Marvin Willms <marvin.willms@code.berlin> Date: Tue Apr 5 00:17:30 2022 +0200 Run `go mod tidy` commit 9597bd9 Author: Jindrich Skupa <jindrich.skupa@gmail.com> Date: Tue Nov 30 13:29:36 2021 +0100 updates commit fe82ecc Author: Jindrich Skupa <jindrich.skupa@gmail.com> Date: Tue Oct 19 17:34:51 2021 +0200 Fix for suggestion https://github.com/cyrilgdn/terraform-provider-postgresql/pull/129\#discussion_r728776913 commit 1d1deac Author: Jindrich Skupa <jindrich.skupa@gmail.com> Date: Thu Aug 26 09:23:06 2021 +0200 Add jumphost with ssh-agent and private key support commit 88d2c11 Author: Cyril Gaudin <cyril.gaudin@gmail.com> Date: Sat Sep 25 00:08:13 2021 +0200 Upgrade Terraform SDK to v2 (cyrilgdn#140) * Upgrade Terraform SDK to v2 * Rename Makefile commit 91568cb Author: Cyril Gaudin <cyril.gaudin@gmail.com> Date: Fri Sep 24 18:10:28 2021 +0200 Remove vendor directory and clean a bit Makefile (cyrilgdn#139) commit 89556ba Author: Jindrich Skupa <jindrich.skupa@gmail.com> Date: Thu Aug 26 09:23:06 2021 +0200 Add jumphost with ssh-agent and private key support
marvin-kolja
added a commit
to Mietz-GmbH/terraform-provider-postgresql
that referenced
this pull request
Apr 7, 2022
* 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 <jindrich.skupa@gmail.com> Co-authored-by: Cyril Gaudin <cyril.gaudin@gmail.com>
ecmadao
pushed a commit
to bytebase/terraform-provider-postgresql
that referenced
this pull request
Apr 11, 2023
Running an import action (or any action for that matter) which is not touching posgres resources should not trigger the initialisation of the postgres provider. Same behaviour as terraform-provider-mysql. Fixes cyrilgdn#140 Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.