infra/terraform: update README

This commit is contained in:
2025-06-30 19:19:00 +03:00
parent 03c882f311
commit 8ce89ad319
19 changed files with 10 additions and 610 deletions

View File

@ -23,3 +23,13 @@ minio as the storage backend.
The Proxmox configuration is located in the `proxmox` directory.
It uses the Proxmox provider to manage virtual machines and other resources.
The workflow for managing Proxmox resources is as follows:
```bash
cd proxmox
source .env
tofu init
tofu plan
tofu apply
```