mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
Add terraform for infra
This commit is contained in:
parent
dade7fd152
commit
53c4949927
8 changed files with 397 additions and 0 deletions
14
infra/terraform/variables.tf
Normal file
14
infra/terraform/variables.tf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
variable "pm_api_url" {
|
||||
description = "API URL to Proxmox provider"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pm_password" {
|
||||
description = "Passowrd to Proxmox provider"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pm_user" {
|
||||
description = "UIsername to Proxmox provider"
|
||||
type = string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue