Skip to content

Releases: jbergknoff/github-action-wait-for-terraform-plan-approval

v1.0.1

26 Aug 16:05
Compare
Choose a tag to compare

Changes

  • 🐛 Fix instantiation when run as a GitHub Action (#2)
  • 📖 Update README to make it clear that this should not be used for sensitive data, and to disclaim liability.

v1

26 Aug 16:22
Compare
Choose a tag to compare

This tag is for use in GitHub Actions, and it will float to the latest 1.x.y release.

v1.0.0

25 Aug 16:05
e2913ed
Compare
Choose a tag to compare

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.