Restore simple-vm without module

This commit is contained in:
2025-05-27 19:49:22 +00:00
parent 12807ca973
commit a7491df751
10 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "3.0.1-rc6"
}
}
}
provider "proxmox" {
pm_api_url = var.proxmox_api_url
pm_api_token_id = var.proxmox_api_token_id
pm_api_token_secret = var.proxmox_api_token_secret
}