diff --git a/terraform/variables.tf b/terraform/variables.tf index 3eb0fa5..bb763b5 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -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" {