feat: Create nodes from templates
This commit is contained in:
parent
8f7e83d818
commit
2dcd54fe4b
13 changed files with 230 additions and 143 deletions
8
pve01.wheatley.in/templates/talos/providers.tf
Normal file
8
pve01.wheatley.in/templates/talos/providers.tf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.86.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue