🎉: 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

20
providers.tf Normal file
View File

@@ -0,0 +1,20 @@
terraform {
required_providers {
ovh = {
source = "ovh/ovh"
version = "1.6.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.71.0"
}
}
}
provider "ovh" {
endpoint = "ovh-eu"
}
provider "proxmox" {
insecure = "true"
}