Upgrade bpg/proxmox (#3)

* Update readme

* Update gitignore

* Upgrade vm_id

* Upgrade bpg/proxmox

---------

Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2024-04-25 17:45:59 +03:00
committed by GitHub
parent 873478bdd3
commit 346360f820
4 changed files with 47 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
# Машинка
resource "proxmox_virtual_environment_vm" "vm-01" {
name = "vm-01"
migrate = true
description = "Managed by OpenTofu"
tags = ["opentofu", "test"]
on_boot = true
@@ -10,7 +11,7 @@ resource "proxmox_virtual_environment_vm" "vm-01" {
# Шоблон из которого будет создавать ВМ
clone {
vm_id = "9000"
vm_id = "2204"
node_name = "pve-01"
retries = 2
}