Pulumi Pitfalls in C# - Part 2
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 a common mistake when working with the Input<string>
and Output<string>
types.