pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
23 stars 18 forks source link

allow unknown values during up for apply #258

Closed tgummerer closed 2 months ago

tgummerer commented 2 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.