wip
This commit is contained in:
parent
5def74736b
commit
26be097fda
13 changed files with 356 additions and 184 deletions
12
pve01.wheatley.in/k8s-wheatley/providers.tf
Normal file
12
pve01.wheatley.in/k8s-wheatley/providers.tf
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
talos = {
|
||||
source = "siderolabs/talos"
|
||||
version = "0.5.0"
|
||||
}
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.85.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue