add proxmox playground temp files [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-03 12:15:54 +00:00
parent 68e90408dc
commit 9fa9484303
3 changed files with 87 additions and 0 deletions

View file

@ -10,3 +10,22 @@
# }
# required_version = ">= 0.13"
# }
# terraform {
# required_providers {
# proxmox = {
# source = "telmate/proxmox"
# version = "2.9.14"
# }
# }
# }
# provides more resources
# terraform {
# required_providers {
# proxmox = {
# source = "bpg/proxmox"
# version = "0.39.0"
# }
# }
# }