8 lines
202 B
Terraform
8 lines
202 B
Terraform
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")
|
|
}
|