Is there an easy, programmatic way for me to impor...
# general
r
Is there an easy, programmatic way for me to import private keys from terraform's tls provider into pulumi state? Or do I just need to hack the state manually? I have around 20 keys I need to import, so I'm looking for any shortcuts 🙂
e
I don't think terraform makes tls_private_keys importable, so yeh hacking state is probably the only way to do it
r
Thanks! Luckily it's a one time thing 🙂... i hope