https://pulumi.com logo
w

witty-vegetable-61961

09/15/2023, 3:09 PM
Can I split my Pulumi code into seperate classes/files (in dotnet)?
s

sparse-optician-70334

09/15/2023, 4:11 PM
or classes?
at least in python this should work
s

salmon-account-74572

09/20/2023, 7:52 PM
I’m not familiar with .NET (are you using C#?), but if the language allows you to put portions of code in separate files and then import/reference those files, then you can absolutely use this functionality when writing a Pulumi program.