Add terraform/variabeles.tf
This commit is contained in:
5
terraform/variabeles.tf
Normal file
5
terraform/variabeles.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
variable "proxmox_token_secret" {
|
||||
description = "Proxmox API token secret"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user