This message was deleted.
# dotnet
s
This message was deleted.
t
This won’t always work as Arn.Apply won’t resolve until the resource is deployed, so your outputs will be empty on the initial run
AFAIK you can return outputs as dictionary values
Copy code
outputs.Add("arn", bucket.Arn);