Skip to content

Commit

Permalink
Explicitly mention that this boilerplate works for ComponentResources (
Browse files Browse the repository at this point in the history
…#101)

We're archiving https://github.com/pulumi/pulumi-component-provider-go-boilerplate and directing users here, so we should mention Component resources in the README
  • Loading branch information
mjeffryes authored Dec 17, 2024
1 parent e7f80d7 commit 0035baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pulumi Native Provider Boilerplate

This repository is a boilerplate showing how to create and locally test a native Pulumi provider.
This repository is a boilerplate showing how to create and locally test a native Pulumi provider (with examples of both CustomResource and ComponentResource [resource types](https://www.pulumi.com/docs/iac/concepts/resources/)).

## Authoring a Pulumi Native Provider

Expand Down

0 comments on commit 0035baf

Please sign in to comment.