add terransible project
This commit is contained in:
10
terraform/projects/terransible/variables.tf
Normal file
10
terraform/projects/terransible/variables.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
variable "proxmox_endpoint" {
|
||||
description = "Proxmox URL endpoint"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "proxmox_api_token" {
|
||||
description = "Proxmox API token"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
Reference in New Issue
Block a user