Hello,
I have a use case where I need to read the state file after terraform apply and push few details from it into database. We are keeping the state files in the backend storage.
By any chance, is it possible to make any custom plugin for terraform which can execute automatically after terraform apply as the part of terraform execution.
I need to push the updates from the state file after completion of terraform apply only.
Thank you