pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
28 stars 25 forks source link

allow unknown values during up for apply #258

Closed tgummerer closed 7 months ago

tgummerer commented 7 months ago

Similar to the changes we recently made for the Go, Node and Python SDKs, Dotnet should also support unknowns during pulumi up. Implement that.