This message was deleted.
# general
s
This message was deleted.
b
I would recommend using the
cloudinit
provider: https://www.pulumi.com/docs/reference/pkg/cloudinit/getconfig/ you'll have to use an
apply
to build the data though
e
ah, didn't know that existed, thank you!
l
The userData takes an Input<string> so you can use the output of requireSecret, whether you go with cloudinit or a vanillia userData string.
You just need to use apply or interpolate.