When converting terraform to pulumi, what is the b...
# general
e
When converting terraform to pulumi, what is the best way of translating a terraform null resource (for local-exec) that depends on other resources?
Mainly because we need to enforce ordering.
Using an external bash script to drive pulumi and our own shell commands/scripts is an acceptable solution, just wondering what is considered best practices