Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ The self-hosted runner is required because the workflow needs SSH access to the
The shared workflow fetches the canonical pre-commit config at runtime; this
repository does not provide a tracked copy.

Same-repository pull requests run tests followed by a credentialed `make plan`;
fork pull requests run tests only. Every push to `main` performs a fresh live
`make apply` after the `production` environment gate. The apply does not reuse
the pull-request plan.

`README.md` is wholly generated by terraform-docs in `replace` mode. Put
operational guidance in this file rather than appending hand-written sections
to `README.md`, because the next terraform-docs run will remove them.

## Local apply

`make init` / `make plan` / `make apply` need:
Expand Down
Loading