pulumi / pulumi-provider-boilerplate

Boilerplate showing how to create a native Pulumi provider
Apache License 2.0
59 stars 20 forks source link

feat: Adds a prepare target to makefile #95

Closed zbuchheit closed 4 months ago

zbuchheit commented 4 months ago

Adds a prepare target to makefile to globally replace instances of xyz and abc. This should make it easier for users to get started. This is similar to what is done in pulumi-tf-provider-boilerplate.

It skips the sdk and examples directory to illustrate what needs to be changed initially.

edit: removed examples to be skipped as it is useful to rename the yaml examples file contents.