Restore simple-vm without module
This commit is contained in:
16
terraform/projects/simple-vm-telmate/variables.tf
Normal file
16
terraform/projects/simple-vm-telmate/variables.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
variable "proxmox_api_url" {
|
||||
description = "Proxmox URL endpoint"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "proxmox_api_token_id" {
|
||||
description = "Proxmox API token ID"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "proxmox_api_token_secret" {
|
||||
description = "Proxmox API token secret"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
Reference in New Issue
Block a user