fix: restage image when stager changes
This commit is contained in:
parent
7d4bb621e6
commit
c736f367b0
|
|
@ -26,6 +26,7 @@ resource "null_resource" "stage_talos_image" {
|
|||
storage = var.talos_image_storage
|
||||
talos_version = var.talos_version
|
||||
filename = local.node_iso_filenames[each.key]
|
||||
stager = filesha256("${path.module}/scripts/stage_talos_image.py")
|
||||
}
|
||||
|
||||
provisioner "local-exec" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue