workflow update

This commit is contained in:
CC
2026-06-15 22:29:26 +01:00
parent 8e7307044d
commit 0abfcaef90
4 changed files with 17 additions and 10 deletions

View File

@@ -14,8 +14,8 @@ variable "instance_configs" {
vmid = string
}))
default = [
{ crispy_name = "snap", vmid = "9002" },
{ crispy_name = "crackle", vmid = "9000" },
{ crispy_name = "snap", vmid = "902" },
{ crispy_name = "crackle", vmid = "901" },
{ crispy_name = "pop", vmid = "900" }
]
}