boma/terraform/environments/production/backend.tf

10 lines
424 B
Terraform
Raw Normal View History

# 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.