Project used to declare proxmox / opnsense infrastructure
|
All checks were successful
OpenTofu Plan / OpenTofu Plan (push) Successful in 29s
|
||
|---|---|---|
| .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 PG_CONN_STR=postgres://terraform:terraform@localhost/terraform?sslmode=disable
Generate the graph
tofu graph | dot -Tsvg > graph.svg
More information on OpenTofu documentation.