resource "talos_image_factory_schematic" "this" {
schematic = yamlencode(
{
customization = {
systemExtensions = {
officialExtensions = [
"siderolabs/amd-ucode",
"siderolabs/amdgpu",
"siderolabs/iscsi-tools",
"siderolabs/util-linux-tools",
]
}
}
}
)
}
data "talos_machine_configuration" "controlplane" {
cluster_name = hello
machine_type = "controlplane"
cluster_endpoint = "https://1.2.3.4:6443"
machine_secrets = talos_machine_secrets.this.machine_secrets
talos_version = "1.10.6"
kubernetes_version = "1.33.4"
}
Ends in "talos_version" = "1.10.6" and image: ghcr.io/siderolabs/installer:v1.11.0-alpha.0 when I output data.talos_machine_configuration.controlplane and also with missing schematic hash by the way