Add terraform module
Terraform is used to manage the VMs on the Proxmox host `busch`.
This commit is contained in:
parent
85c7dab078
commit
62334a00dd
8 changed files with 253 additions and 0 deletions
10
terraform/busch/variables.tf
Normal file
10
terraform/busch/variables.tf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
variable "proxmox_api_url" {
|
||||
description = "API URL, typically ends with `/api2/json`"
|
||||
}
|
||||
|
||||
variable "proxmox_token_id" {
|
||||
description = "Token ID"
|
||||
}
|
||||
variable "proxmox_token_secret" {
|
||||
description = "Token Secret"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue