update tf

This commit is contained in:
admin 2026-01-28 09:43:57 -07:00
parent 48345dd80d
commit 124f835662
2 changed files with 3 additions and 0 deletions

3
terraform/variables.tf Normal file
View file

@ -0,0 +1,3 @@
variable "pve_endpoint" { type = string }
variable "pve_token_id" { type = string }
variable "pve_token_secret" { type = string; sensitive = true }