update tf
This commit is contained in:
parent
48345dd80d
commit
124f835662
2 changed files with 3 additions and 0 deletions
3
terraform/variables.tf
Normal file
3
terraform/variables.tf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
variable "pve_endpoint" { type = string }
|
||||
variable "pve_token_id" { type = string }
|
||||
variable "pve_token_secret" { type = string; sensitive = true }
|
||||
Loading…
Reference in a new issue