added examples
This commit is contained in:
7
examples/secret.tf
Normal file
7
examples/secret.tf
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
variable "apiToken" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "apiTokenID" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
31
examples/vars.tf
Normal file
31
examples/vars.tf
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
variable "proxmox_host" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "proxmox_api_url" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "template_name" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "ssh_key" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "ssh_user" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "vm_storage_disk" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "vm_network_bridge" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "vm_pool" {
|
||||||
|
default = ""
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user