hatchet-dev / hatchet-v1-archived

An all-in-one Terraform management tool.
https://docs.hatchet.run
MIT License
156 stars 8 forks source link

Create default policy for alerting on unapplied changes #10

Open abelanger5 opened 1 year ago

abelanger5 commented 1 year ago

Location

Motivation

For a git-based workflow, changes can occasionally be unapplied on a master or main branch for a long time without visibility into whether those changes have been applied. Hatchet should periodically check that there are no unapplied changes on a branch, and alert the user if they exist.

Requirements

Additional Details