chore: Update IP addresses
This commit is contained in:
parent
c68529eb69
commit
ac47c8b809
6 changed files with 15 additions and 25 deletions
|
|
@ -1,11 +1,10 @@
|
|||
provider "proxmox" {
|
||||
endpoint = var.proxmox_endpoint
|
||||
api_token = var.proxmox_api_token
|
||||
insecure = true
|
||||
}
|
||||
|
||||
locals {
|
||||
talos_versions = ["1.11.4", "1.11.5"]
|
||||
talos_versions = ["1.11.5"]
|
||||
}
|
||||
|
||||
data "http" "schematic" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue