This message was deleted.
# dotnet
s
This message was deleted.
t
There’s an issues tracking this https://github.com/pulumi/pulumi/issues/3690
p
Almost simultaneous idea 😛
t
Ah I see your comment now
p
Could I use class with properties of Type Output<T> ?
Not quite sure if this would help. I think I will try the dictionary approach for now.
@tall-librarian-49374 I am struggling with adding multiple values (Output<string>) into a Output<Dictionary<string , object>>. e.g. Adding the SiteUsername and SitePassword into a dictionary. How is that possible?
t
What’s the problem?
Btw, I believe your output should be an ImmutableDictionary
p
Yes, I got it.