Update the code for anka v3 compatibility (#7044)

This commit is contained in:
Alexey-Ayupov
2023-02-05 14:08:22 +01:00
committed by GitHub
parent 7a8e77b24a
commit 2109acacd5
2 changed files with 10 additions and 1 deletions
@@ -1,3 +1,12 @@
packer {
required_plugins {
veertu-anka = {
version = "= v3.1.0"
source = "github.com/veertuinc/veertu-anka"
}
}
}
variable "source_vm_name" {
type = string
}