Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
Upgrade to Terraform 0.12.2 SDK
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Kellen <tyler@sleekcode.net>
  • Loading branch information
cyrilgdn and Tyler Kellen committed Jun 20, 2019
1 parent d49f8f0 commit c98e98d
Show file tree
Hide file tree
Showing 1,489 changed files with 268,791 additions and 51,269 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ BREAKING CHANGES:

* `postgresql_role`: Remove default value for password field.

FEATURES:

* Terraform v0.12 compatibility: Terraform SDK has been upgraded to v0.12.2.


## 0.4.0 (May 15, 2019)

FEATURES:
Expand Down
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
module github.com/terraform-providers/terraform-provider-postgresql

require (
github.com/blang/semver v0.0.0-20170202183821-4a1e882c79dc
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce
github.com/hashicorp/terraform v0.11.12-beta1.0.20190214175014-182daa619826
github.com/lib/pq v0.0.0-20170117205633-67c3f2a8884c
github.com/blang/semver v3.5.1+incompatible
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/terraform v0.12.2
github.com/lib/pq v1.0.0
github.com/sean-/postgresql-acl v0.0.0-20161225120419-d10489e5d217
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
golang.org/x/text v0.3.0 // indirect
)
577 changes: 394 additions & 183 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion postgresql/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
defaultProviderMaxOpenConnections = uint(4)
defaultProviderMaxOpenConnections = 4
defaultExpectedPostgreSQLVersion = "9.0.0"
)

Expand Down
15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/cloud.google.com/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c98e98d

Please sign in to comment.