mirror of
https://github.com/0x1d/terraform-proxmox-talos.git
synced 2025-12-16 06:34:32 +01:00
initial commit
This commit is contained in:
12
providers.tf
Normal file
12
providers.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.72.0"
|
||||
}
|
||||
talos = {
|
||||
source = "siderolabs/talos"
|
||||
version = "0.7.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user