This message was deleted.
# general
s
This message was deleted.
b
You can also use your native programming language constructs for this, where your Pulumi code is abstracted into a set of common libraries/packages/modules, and then your Pulumi projects can just reference those modules.
For example, I have a Go
tenant
package that defines everything to create a new “tenant”, and then my Pulumi project main just calls into
tenant.Create(….)
w
@bored-table-20691 - Thanks!