This commit is contained in:
n005char@gmail.com
2026-05-05 12:26:00 +03:00
commit fa588a40fe
13 changed files with 4886 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
variable "pve_api_endpoint" {
type = string
}
variable "pve_api_token" {
type = string
sensitive = true
}