Can I split my Pulumi code into seperate classes/f...
# getting-started
w
Can I split my Pulumi code into seperate classes/files (in dotnet)?
s
or classes?
at least in python this should work
s
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.