You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ An example of using the single resource defined in this example is in `examples/
8
8
9
9
This repo does not yet contain a code-generator for generating SDKs in each Pulumi language (TypeScript/Python/Go/.NET). Instead, the SDK for TypeScript for this example is included in the example in `examples/simple/xyz.ts`.
10
10
11
+
Note that the generated provider plugin (`pulumi-resource-xyz`) must be on your `PATH` to be used by Pulumi deployments. If creating a provider for distribution to other users, you should ensure they install this plugin to their `PATH`.
0 commit comments