Releases: jbergknoff/github-action-wait-for-terraform-plan-approval
Releases · jbergknoff/github-action-wait-for-terraform-plan-approval
v1.0.1
v1
This tag is for use in GitHub Actions, and it will float to the latest 1.x.y
release.
v1.0.0
First release.
This is a GitHub Action that uses an external service (https://terraform-plan-approval.herokuapp.com/, GitHub) to allow a workflow to prompt a user to approve or reject a Terraform plan before proceeding. This is just for demonstration purposes, and should not be used for any sensitive data because the service has no authentication/authorization and is fully public. If you need this functionality for real workloads, considering running an instance of https://github.com/jbergknoff/terraform-plan-approval on a private network.