Prerequisites:
Create a minimal OpenTofu smoke test
In future steps you will wire up your full infrastructure configuration. First, we suggest you create a minimal root module so you can verify your PR automation setup works end-to-end.
prod/main.tf file to validate your PR automation setup before wiring your full infrastructure repository.tofu init and tofu plan.This smoke test intentionally skips State Management so you can validate PR automation without handling additional state credentials first.
Create digger.yml
Add a Update
digger.yml file at the root of your repository.dir and project names to match your repository structure.Verify the smoke test in a pull request
Commit your Confirm the apply job runs and the apply result is posted back to the pull request.

main.tf and digger.yml, push a branch, and open a pull request.Confirm the Digger workflow runs in GitHub Actions and posts a plan comment on the pull request.Then add a PR comment with:

Configure production settings next
Continue with:

