Join Slack
Powered by
This message was deleted.
# dotnet
s
sparse-intern-71089
03/18/2022, 9:30 AM
This message was deleted.
t
tall-librarian-49374
03/18/2022, 9:34 AM
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
tall-librarian-49374
03/18/2022, 9:34 AM
AFAIK you can return outputs as dictionary values
tall-librarian-49374
03/18/2022, 9:34 AM
Copy code
outputs.Add("arn", bucket.Arn);
3
Views
Open in Slack
Previous
Next