ci/cd clone
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Has been cancelled

This commit is contained in:
CC
2026-05-21 16:51:06 +01:00
parent 1cb81833d7
commit d68ab4b309
2 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ variable "instance_configs" {
default = [
{ crispy_name = "snap", vmid = "9002" },
{ crispy_name = "crackle", vmid = "9000" },
{ crispy_name = "pop", vmid = "9001" }
{ crispy_name = "pop", vmid = "900" }
]
}