Skip to content

Commit

Permalink
Add upstream org for upgrade detection (#897)
Browse files Browse the repository at this point in the history
Fixes #896.
  • Loading branch information
guineveresaenger authored Dec 15, 2023
1 parent fd64864 commit 2e1c5d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions provider/cmd/pulumi-resource-docker/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"homepage": "https://pulumi.io",
"license": "Apache-2.0",
"attribution": "This Pulumi package is based on the [`docker` Terraform Provider](https://github.com/terraform-providers/terraform-provider-docker).",
"attribution": "This Pulumi package is based on the [`docker` Terraform Provider](https://github.com/kreuzwerker/terraform-provider-docker).",
"repository": "https://github.com/pulumi/pulumi-docker",
"meta": {
"moduleFormat": "(.*)(?:/[^/]*)"
Expand All @@ -29,7 +29,7 @@
},
"nodejs": {
"packageDescription": "A Pulumi package for interacting with Docker in Pulumi programs",
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-docker)\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-docker` repo](https://github.com/pulumi/pulumi-docker/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-docker` repo](https://github.com/terraform-providers/terraform-provider-docker/issues).",
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/kreuzwerker/terraform-provider-docker)\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-docker` repo](https://github.com/pulumi/pulumi-docker/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-docker` repo](https://github.com/kreuzwerker/terraform-provider-docker/issues).",
"dependencies": {
"@pulumi/pulumi": "^3.0.0",
"semver": "^5.4.0"
Expand All @@ -45,7 +45,7 @@
"requires": {
"pulumi": "\u003e=3.0.0,\u003c4.0.0"
},
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-docker)\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-docker` repo](https://github.com/pulumi/pulumi-docker/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-docker` repo](https://github.com/terraform-providers/terraform-provider-docker/issues).",
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/kreuzwerker/terraform-provider-docker)\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-docker` repo](https://github.com/pulumi/pulumi-docker/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-docker` repo](https://github.com/kreuzwerker/terraform-provider-docker/issues).",
"compatibility": "tfbridge20",
"pyproject": {
"enabled": true
Expand Down
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func Provider() tfbridge.ProviderInfo {
Homepage: "https://pulumi.io",
Repository: "https://github.com/pulumi/pulumi-docker",
UpstreamRepoPath: "./upstream",
GitHubOrg: "kreuzwerker",
Config: map[string]*tfbridge.SchemaInfo{
"host": {
Default: &tfbridge.DefaultInfo{
Expand Down
4 changes: 2 additions & 2 deletions sdk/nodejs/README.md

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

4 changes: 2 additions & 2 deletions sdk/python/pulumi_docker/README.md

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

0 comments on commit 2e1c5d0

Please sign in to comment.