🎨: move modules to its own directory
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s

This commit is contained in:
Clément VÉRET
2025-10-23 09:14:47 +02:00
parent 237e9c0fa2
commit 6f7dc095db
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.76.0"
}
}
}