hi all I want to create reusable modules in Pulumi...
# dotnet
w
hi all I want to create reusable modules in Pulumi, like how Terraform code can reference modules. I saw this https://www.pulumi.com/resources/reuse-dont-repeat-creating-an-infrastructure-as-code-module-library/ but can't watch due to tech issues. I assume I can just create a .net program to create an app service for example and then push this to proget and reference it in other pulumi programs/
e
If all you care about is C# then yeh, just write a nuget library. If you want to write an infrastructure library that other languages can you use you need to write a "component provider" which isn't yet supported in dotnet.