This message was deleted.
# general
s
This message was deleted.
b
Hi @gifted-island-55702 So this resource writes a file to the local filesystem - correct?
g
Hi @broad-dog-22463. Yes, correct.
b
So In our case you don’t need it :) you can use the appropriate way in each of the languages to write to a file :)
g
I need to write some values to the file that are outputs of the resources I create (known only once they are created). How would I convert from Outputs to actual values in my file contents?
Hmm, I will try to use
pulumi.interpolate...apply(...)
or
pulumi.all(...).apply(...)
Ok, these two work fine - thank you @broad-dog-22463
b
👍