chore(terraform): enable disk wipe on install for all nodes (controlplane and worker)

This commit is contained in:
Story Crater Bot
2026-08-10 21:10:02 -07:00
parent e7b526b1d0
commit d81c57f860
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ machine:
install:
disk: ${install_disk}
image: ${factory_image}
wipe: false
wipe: true
grubUseUKICmdline: true
disks:
%{ for disk in extra_disks ~}