Добавлена роль с установкой докера и настройкой зеркал (#10)

Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2024-05-31 08:54:22 +03:00
committed by GitHub
parent a327438868
commit 51fd58adbb
7 changed files with 62 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
variable "vm_count" {
description = "Number of VMs to create"
default = 2
default = 1
}
resource "proxmox_virtual_environment_vm" "vm" {