2026-05-30 21:34:05 +02:00
|
|
|
# Terraform state: LOCAL, on the control node.
|
|
|
|
|
#
|
|
|
|
|
# Forgejo (Gitea-based) has no usable Terraform HTTP state backend — its API
|
|
|
|
|
# `/raw/` endpoint is read-only, so state cannot be written there. State therefore
|
|
|
|
|
# lives locally as `terraform.tfstate` (gitignored); back it up with the control
|
|
|
|
|
# node. See ADR-006.
|
|
|
|
|
#
|
|
|
|
|
# To adopt a real remote backend later (e.g. MinIO/S3), add a
|
|
|
|
|
# `terraform { backend "..." {} }` block here.
|