From 8dcd824d7683782745d66d3c87411b4bba8a9d68 Mon Sep 17 00:00:00 2001 From: fedor Date: Sat, 5 Oct 2024 20:27:36 -0400 Subject: [PATCH] Default for additional_runtimes --- templates/xcode.pkr.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 6dafd9b..b050efd 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -17,6 +17,7 @@ variable "xcode_version" { variable "additional_runtimes" { type = list(string) + default = [] } variable "tag" {