change token secrets in variables to be single lined
This commit is contained in:
parent
0603f8fd9f
commit
215a8cf461
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
variable "pve_endpoint" { type = string }
|
||||
variable "pve_token_id" { type = string }
|
||||
variable "pve_token_secret" { type = string; sensitive = true }
|
||||
variable "pve_token_secret" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
# Infrastructure Settings
|
||||
variable "target_node" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue