diff --git a/images/macos/templates/macOS-12.anka.pkr.hcl b/images/macos/templates/macOS-12.anka.pkr.hcl index eb1fff11b..dc3661997 100644 --- a/images/macos/templates/macOS-12.anka.pkr.hcl +++ b/images/macos/templates/macOS-12.anka.pkr.hcl @@ -54,8 +54,9 @@ variable "vm_password" { } variable "github_api_pat" { - type = string - default = "" + type = string + sensitive = true + default = "" } variable "xcode_install_storage_url" { diff --git a/images/macos/templates/macOS-13.anka.pkr.hcl b/images/macos/templates/macOS-13.anka.pkr.hcl index c3587434a..9725cf435 100644 --- a/images/macos/templates/macOS-13.anka.pkr.hcl +++ b/images/macos/templates/macOS-13.anka.pkr.hcl @@ -54,8 +54,9 @@ variable "vm_password" { } variable "github_api_pat" { - type = string - default = "" + type = string + sensitive = true + default = "" } variable "xcode_install_storage_url" { diff --git a/images/macos/templates/macOS-13.arm64.anka.pkr.hcl b/images/macos/templates/macOS-13.arm64.anka.pkr.hcl index abfd0996f..a5aa126e9 100644 --- a/images/macos/templates/macOS-13.arm64.anka.pkr.hcl +++ b/images/macos/templates/macOS-13.arm64.anka.pkr.hcl @@ -54,8 +54,9 @@ variable "vm_password" { } variable "github_api_pat" { - type = string - default = "" + type = string + sensitive = true + default = "" } variable "xcode_install_storage_url" { diff --git a/images/macos/templates/macOS-14.anka.pkr.hcl b/images/macos/templates/macOS-14.anka.pkr.hcl index 638388f10..d0ac071ed 100644 --- a/images/macos/templates/macOS-14.anka.pkr.hcl +++ b/images/macos/templates/macOS-14.anka.pkr.hcl @@ -54,8 +54,9 @@ variable "vm_password" { } variable "github_api_pat" { - type = string - default = "" + type = string + sensitive = true + default = "" } variable "xcode_install_storage_url" { diff --git a/images/macos/templates/macOS-14.arm64.anka.pkr.hcl b/images/macos/templates/macOS-14.arm64.anka.pkr.hcl index 547c56706..5a1a09274 100644 --- a/images/macos/templates/macOS-14.arm64.anka.pkr.hcl +++ b/images/macos/templates/macOS-14.arm64.anka.pkr.hcl @@ -54,8 +54,9 @@ variable "vm_password" { } variable "github_api_pat" { - type = string - default = "" + type = string + sensitive = true + default = "" } variable "xcode_install_storage_url" {