Add first module : Gitea app
This commit is contained in:
19
variables.tf
Normal file
19
variables.tf
Normal file
@@ -0,0 +1,19 @@
|
||||
variable "proxmox_api_token" {
|
||||
description = "Token to connect Proxmox API"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "ssh_public_key" {
|
||||
description = "SSH client public key"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "proxmox_endpoint" {
|
||||
description = "Proxmox endpoint"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "proxmox_host_ip" {
|
||||
description = "Proxmox ip for backup nfs share"
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user