Talos on Proxmox WIP
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
resource "talos_machine_secrets" "this" {
|
||||
talos_version = local.talos_version
|
||||
}
|
||||
|
||||
resource "talos_image_factory_schematic" "this" {
|
||||
schematic = file("${path.root}/files/talos_image_schematic.yml")
|
||||
}
|
||||
|
||||
data "talos_image_factory_versions" "this" {
|
||||
filters = {
|
||||
stable_versions_only = true
|
||||
}
|
||||
}
|
||||
|
||||
data "talos_image_factory_urls" "this" {
|
||||
talos_version = local.talos_version
|
||||
schematic_id = talos_image_factory_schematic.this.id
|
||||
platform = "nocloud"
|
||||
}
|
||||
Reference in New Issue
Block a user