Project used to declare proxmox / opnsense infrastructure
- HCL 92.4%
- Nix 7.6%
|
All checks were successful
OpenTofu Plan / OpenTofu Plan (push) Successful in 27s
|
||
|---|---|---|
| .forgejo/workflows | ||
| modules | ||
| .envrc | ||
| .gitignore | ||
| .sops.yaml | ||
| .terraform.lock.hcl | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| main.tf | ||
| providers.tf | ||
| README.md | ||
| secrets.enc.yaml | ||
infra_terraform
Project used to declare proxmox / opnsense infrastructure.
Requirements
export SOPS_AGE_KEY_FILE="$HOME/.config/sops/age/keys.txt"
export PG_CONN_STR=postgres://terraform:terraform@localhost/terraform?sslmode=disable
Generate the graph
tofu graph | dot -Tsvg > graph.svg
More information on OpenTofu documentation.