👋 How are folks doing gitops for Terraform, specifically promotion through environments? Previously terragrunt (because it was the closest thing to bare Terraform that could handle some orchestration) and the split repo approach. This was fine with Atlantis because split repo (live and modules) each env would be bumped to X.Y.Z release when ready. I'd like to do similar with a monorepo approach. git branches is a no go. Seen some folks automatically raising env + 1 PRs, so like main goes to dev, that then automatically raises a PR for the same change to test etc...not terrible but can see some downsides...any others...?