diff --git a/images/macos/templates/macOS-14.arm64.anka.pkr.hcl b/images/macos/templates/macOS-14.arm64.anka.pkr.hcl index 54414268..547c5670 100644 --- a/images/macos/templates/macOS-14.arm64.anka.pkr.hcl +++ b/images/macos/templates/macOS-14.arm64.anka.pkr.hcl @@ -48,9 +48,9 @@ variable "vm_username" { sensitive = true } -variable "vm_key_file" { +variable "vm_password" { type = string - default = "" + sensitive = true } variable "github_api_pat" {