add proxmox playground temp files [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-03 12:15:54 +00:00
parent ac5e4a2c9f
commit ffa6c59b7a
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"
# }
# }
# }