wide-crayon-4093
04/13/2021, 9:00 AM"<http://kubernetes.io/service-account-token|kubernetes.io/service-account-token>"
, and now want to grab the certificate and tokenwhite-balloon-205
04/13/2021, 10:30 AMmap[string]string
within the Apply callback, and can use that as needed. Any other place in Pulumi that you want to use this will accept the Output. But if you need to store the data to disk or do something else with it - you will need to do it inside the callback. Notably that callback may not be executed in some cases - for example a preview when the value is not yet created.wide-crayon-4093
04/13/2021, 10:39 AMyou will need to do it inside the callbackthanks, figured this out experimentally