Initial commit

This commit is contained in:
CC
2026-06-17 13:52:04 +00:00
commit 4f3fe682d6
35 changed files with 1364 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.106.0"
#url = https://registry.terraform.io/providers/bpg/proxmox/latest/docs/guides/clone-vm
}
aws = {
source = "hashicorp/aws"
version = "6.38.0"
}
}
}