Добавлен счетчик для создания подобных ресурсов (#9)

Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
This commit is contained in:
github-actions[bot]
2024-05-29 15:54:18 +03:00
committed by GitHub
parent 946cde1ea6
commit a327438868
5 changed files with 52 additions and 33 deletions

View File

@@ -7,3 +7,8 @@ variable "virtual_environment_api_token" {
type = string
description = "The api roken the Proxmox Virtual Environment API (example: root@pam!for-terraform-provider=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)"
}
variable "ssh_public_key" {
type = string
description = "SSH Puclic key for VMs (example: ssh-rsa ...)"
}