Pulumi Pitfalls in C# - Part 2
The is the second in a series of posts about some of the pitfalls I've encountered whilst writing C# code to deploy with Pulumi. This post will cover some common mistakes when working with the Input<T>
and Output<T>
types.