mirror of https://github.com/hashicorp/packer
HCL2: when the type of a variable is not known evaluate setting as a litteral. (#9863)
* tests * docspull/9864/head
parent
903deb9e6a
commit
a70164f489
@ -0,0 +1,4 @@
|
||||
|
||||
variable "list_of_string" {
|
||||
type = list(string)
|
||||
}
|
||||
@ -0,0 +1,2 @@
|
||||
|
||||
untyped = ["slice", "of", "strings"]
|
||||
@ -0,0 +1,3 @@
|
||||
|
||||
variable "untyped" {
|
||||
}
|
||||
Loading…
Reference in new issue