A demo repository for Digger - an open-source alternative to Terraform Cloud
To see Digger, you need:
- digger.yml file at the root of the repo
- workflow file for Github Actions
- Make a change to any terraform file under /dev or /prod
- Create a pull request
- An action will start
- A "lock acquired" comment to the PR
- A plan output will be also posted to the PR
- Create another PR with a different change (under the same project)
- A "failed to acquire lock" comment will be posted to the PR