Skip to content

Commit 2ba8fe1

Browse files
authored
Update GitHub Actions workflows. (#573)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 8a60afbbd0fa958b36e3b48e8d7fe653539adca9.
1 parent 81055a4 commit 2ba8fe1

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
"nodejs": {
3333
"packageDescription": "A Pulumi package for creating and managing postgresql cloud resources.",
3434
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/cyrilgdn/terraform-provider-postgresql)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-postgresql` repo](https://github.com/pulumi/pulumi-postgresql/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-postgresql` repo](https://github.com/cyrilgdn/terraform-provider-postgresql/issues).",
35-
"dependencies": {
36-
"@pulumi/pulumi": "^3.0.0"
37-
},
3835
"devDependencies": {
3936
"@types/mime": "^2.0.0",
4037
"@types/node": "^10.0.0"
@@ -44,9 +41,6 @@
4441
"respectSchemaVersion": true
4542
},
4643
"python": {
47-
"requires": {
48-
"pulumi": "\u003e=3.0.0,\u003c4.0.0"
49-
},
5044
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/cyrilgdn/terraform-provider-postgresql)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-postgresql` repo](https://github.com/pulumi/pulumi-postgresql/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-postgresql` repo](https://github.com/cyrilgdn/terraform-provider-postgresql/issues).",
5145
"compatibility": "tfbridge20",
5246
"respectSchemaVersion": true,

provider/resources.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ func Provider() tfbridge.ProviderInfo {
9898
},
9999
},
100100
JavaScript: &tfbridge.JavaScriptInfo{
101-
Dependencies: map[string]string{
102-
"@pulumi/pulumi": "^3.0.0",
103-
},
104101
DevDependencies: map[string]string{
105102
"@types/node": "^10.0.0", // so we can access strongly typed node definitions.
106103
"@types/mime": "^2.0.0",
@@ -110,9 +107,6 @@ func Provider() tfbridge.ProviderInfo {
110107
Python: (func() *tfbridge.PythonInfo {
111108
i := &tfbridge.PythonInfo{
112109
RespectSchemaVersion: true,
113-
Requires: map[string]string{
114-
"pulumi": ">=3.0.0,<4.0.0",
115-
},
116110
}
117111
i.PyProject.Enabled = true
118112
return i

sdk/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)