feat: Automatically fetch Talos install image
This commit is contained in:
parent
5def74736b
commit
7d4baad8ff
7 changed files with 110 additions and 38 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.9.0"
|
||||
}
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.85.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue