Hi, I tried using cloudinit.Config, but at runtime...
# general
h
Hi, I tried using cloudinit.Config, but at runtime it complains it's deprecated...
l
There's a getConfig function that you should prefer.
The only difference is that Config creates an in-stack resource, which is unnecessary, and can incur cost (depending on your Pulumi plan).
h
Cheers