it’s possible to create our own pulumi template? S...
# general
b
it’s possible to create our own pulumi template? So when we do,
pulumi new
we could our template base on the one that pulumi is offering.. like adding eslint or other things
h
I did some templates for my company. You can check them out here: https://github.com/wwt/pulumi-templates
The
Pulumi.yaml
is the secret sauce
Also, notice that the config file is not commited for the template (i.e.
Pulumi.dev.yaml
)
b
ohhh awesome thx 😊