🎉: import tofu project

This commit is contained in:
VC
2025-03-06 14:55:01 +01:00
parent 391cfa9634
commit 459c4e7a84
10 changed files with 477 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "1.6.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.71.0"
}
}
}