network try

This commit is contained in:
tolerryan
2024-11-12 22:00:18 -06:00
parent b5f912b5b1
commit d6bd07e9d2
2 changed files with 14 additions and 7 deletions

View File

@@ -35,4 +35,10 @@ provider "proxmox" {
# (Optional) Skip TLS Verification
pm_tls_insecure = true
}
module "vm" {
source = "rkoosaar/vm/proxmox"
version = "0.0.8"
# insert the 43 required variables here
}