Initial commit

This commit is contained in:
2023-10-12 10:51:18 +02:00
commit 5368205cb8
8 changed files with 403 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
variable "proxmox_api_url" {
type = string
}
variable "proxmox_api_token_id" {
type = string
}
variable "proxmox_api_token_secret" {
type = string
sensitive = true
}