How to add manual approval between terraform plan and apply stage running in the github actions job?
I’m trying to create github actions workflows to deploy our infrastructure. I have suggested the way of createing a new branch and pushing updated code to it and when you want to plan you need to create a pr and if you want to apply you need to approve the pr. But my team wants me to use workflow dispatch to manually to the plan and manually approve the apply.