Skip to content

Commit

Permalink
Rename example template
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh committed Sep 25, 2024
1 parent b011017 commit 762f267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
- Fixes failing pulumi refresh on org tokens with a slash in its name [#388](https://github.com/pulumi/pulumi-pulumiservice/issues/388)
- Fix panic when using computed values in environment definition [#411](https://github.com/pulumi/pulumi-pulumiservice/issues/411)

- Fix failing build due to conflicting resource names [#408](https://github.com/pulumi/pulumi-pulumiservice/issues/408)

### Miscellaneous
2 changes: 1 addition & 1 deletion examples/ts-template-source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as service from "@pulumi/pulumiservice";

const source = new service.TemplateSource("source", {
organizationName: "service-provider-test-org",
sourceName: "bootstrap",
sourceName: "bootstrap-ts",
sourceURL: "https://github.com/pulumi/pulumi-pulumiservice",
destination: {
url: "https://github.com/pulumi/pulumi-pulumiservice"
Expand Down

0 comments on commit 762f267

Please sign in to comment.