n8n module test

This commit is contained in:
CC
2026-05-20 23:43:00 +01:00
parent 270028981b
commit b1fe616d70
2 changed files with 14 additions and 1 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"
}
}
}