Fixing when argument
This commit is contained in:
parent
814b690329
commit
8e1424a0a2
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ resource "null_resource" "talos_cluster" {
|
||||||
}
|
}
|
||||||
|
|
||||||
provisioner "local-exec" {
|
provisioner "local-exec" {
|
||||||
when = destroyed
|
when = destroy
|
||||||
command = <<EOT
|
command = <<EOT
|
||||||
sudo --preserve-env=HOME talosctl cluster destroy \
|
sudo --preserve-env=HOME talosctl cluster destroy \
|
||||||
--provisioner=qemu \
|
--provisioner=qemu \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue