Skip to content

Commit

Permalink
Upgrade terraform-provider-postgresql to v1.24.0 (#587)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-postgresql
--kind=all`.

---

- Upgrading terraform-provider-postgresql from 1.23.0  to 1.24.0.
	Fixes #586
  • Loading branch information
pulumi-bot authored Oct 28, 2024
1 parent b82cc59 commit 0704c9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions patches/0001-fix-import-path.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Subject: [PATCH] fix import path


diff --git a/go.mod b/go.mod
index 5d4290d..e0e22b3 100644
index eebe8c4..3ca2fa4 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/terraform-providers/terraform-provider-postgresql
+module github.com/cyrilgdn/terraform-provider-postgresql

go 1.20
go 1.23

diff --git a/main.go b/main.go
index 7125ff2..d9f1406 100644
Expand Down
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/pulumi/pulumi-postgresql/provider/v3

go 1.22.0
go 1.23

toolchain go1.22.7
toolchain go1.23.2

require (
github.com/cyrilgdn/terraform-provider-postgresql v0.0.0
Expand Down

0 comments on commit 0704c9b

Please sign in to comment.