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