This message was deleted.
s
This message was deleted.
👀 2
l
No. Pulumi is 99% for creating resources (deploy time), rather than administering then (run time). It deals with cloud service provider APIs (AWS, Azure, ElasticCloud, etc), not the APIs of the services running on them (Postgres, MicrosoftAD, Redis).
g
I see, I thought so, thanks for confirming
l
That said, it is just a normal program; if you stick something asynchronous in, that runs when the cluster is finished deploying, it could tweak your indexes...