Skip to content

Commit 6b4c499

Browse files
authored
Update pulumi-terraform-bridge to v3.22.1 (#156)
1 parent a026903 commit 6b4c499

File tree

16 files changed

+780
-63
lines changed

16 files changed

+780
-63
lines changed

provider/cmd/pulumi-resource-postgresql/schema.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.16
44

55
require (
66
github.com/cyrilgdn/terraform-provider-postgresql v0.0.0
7-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.21.0
8-
github.com/pulumi/pulumi/sdk/v3 v3.30.0
7+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.22.1
8+
github.com/pulumi/pulumi/sdk/v3 v3.32.1
99
)
1010

1111
replace (

provider/go.sum

Lines changed: 314 additions & 52 deletions
Large diffs are not rendered by default.

sdk/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ go 1.14
55
require (
66
github.com/blang/semver v3.5.1+incompatible
77
github.com/pkg/errors v0.9.1
8-
github.com/pulumi/pulumi/sdk/v3 v3.30.0
8+
github.com/pulumi/pulumi/sdk/v3 v3.32.1
99
)

sdk/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw
115115
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
116116
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
117117
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
118-
github.com/pulumi/pulumi/sdk/v3 v3.30.0 h1:0X5gSUS3x82XzenpCCW8EdJrmOzoQqHSdQd0O6QSMQQ=
119-
github.com/pulumi/pulumi/sdk/v3 v3.30.0/go.mod h1:hGo/+AL1L4sPL9Ukd/i5bNFM3WHs3dHcA+GKEW7M3RA=
118+
github.com/pulumi/pulumi/sdk/v3 v3.32.1 h1:g7bcNmaL1/gKHFL35cWLpMad0GSIWAcj/1KDK0hy7bU=
119+
github.com/pulumi/pulumi/sdk/v3 v3.32.1/go.mod h1:hGo/+AL1L4sPL9Ukd/i5bNFM3WHs3dHcA+GKEW7M3RA=
120120
github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
121121
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
122122
github.com/rogpeppe/go-internal v1.8.1 h1:geMPLpDpQOgVyCg5z5GoRwLHepNdb71NXb67XFkP+Eg=

sdk/go/postgresql/database.go

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/postgresql/defaultPrivileg.go

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/postgresql/defaultPrivileges.go

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/postgresql/extension.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/postgresql/grant.go

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)