Default for additional_runtimes

This commit is contained in:
fedor 2024-10-05 20:27:36 -04:00
parent 200bc65efb
commit 8dcd824d76
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ variable "xcode_version" {
variable "additional_runtimes" {
type = list(string)
default = []
}
variable "tag" {