Skip to content

Commit 0704c9b

Browse files
authored
Upgrade terraform-provider-postgresql to v1.24.0 (#587)
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
1 parent b82cc59 commit 0704c9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

patches/0001-fix-import-path.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Subject: [PATCH] fix import path
55

66

77
diff --git a/go.mod b/go.mod
8-
index 5d4290d..e0e22b3 100644
8+
index eebe8c4..3ca2fa4 100644
99
--- a/go.mod
1010
+++ b/go.mod
1111
@@ -1,4 +1,4 @@
1212
-module github.com/terraform-providers/terraform-provider-postgresql
1313
+module github.com/cyrilgdn/terraform-provider-postgresql
1414

15-
go 1.20
15+
go 1.23
1616

1717
diff --git a/main.go b/main.go
1818
index 7125ff2..d9f1406 100644

provider/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/pulumi/pulumi-postgresql/provider/v3
22

3-
go 1.22.0
3+
go 1.23
44

5-
toolchain go1.22.7
5+
toolchain go1.23.2
66

77
require (
88
github.com/cyrilgdn/terraform-provider-postgresql v0.0.0

0 commit comments

Comments
 (0)