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
* feat: Adds a prepare target to makefile
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.
* fix: Make prepare now skips lines containing SED_SKIP
Add the ability for make prepare to skip certain lines where we don't want to replace values.
We use 'abc' and 'xyz' in our provider/provider.go file in our random number function. We do not actually want to do that.
* remove ./examples from the exceptions because the yaml file actually needs the replace
0 commit comments