mirror of
https://github.com/batonogov/learn-devops.git
synced 2025-11-29 08:43:01 +00:00
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:
committed by
GitHub
parent
873478bdd3
commit
346360f820
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user