All changes?

This commit is contained in:
2025-10-18 10:09:02 -04:00
parent e824649729
commit ec79acd448
2 changed files with 6 additions and 1 deletions

1
Notes
View File

@@ -1 +0,0 @@
Hey Friends

View File

@@ -19,3 +19,9 @@ variable "proxmox_api_token_secret" {
type = string type = string
sensitive = true sensitive = true
} }
provider "proxmox" {
pm_api_url = var.proxmox_api_url
pm_api_token_id = var.proxmox_api_token_id
pm_api_token_secret = var proxmox_api_token_secret
}