Files
tree-sitter-jhcl/fuzz/corpus/31e33e8d428fee696fc47f49b3021b730d5543f5

43 lines
509 B
Plaintext
Raw Normal View History

2021-09-17 20:53:40 +02:00
# Required
variable "foo" {
}
# Optional
variable "bar" {
default = "baz"
}
# Mapping
variable "# Mapping
variable "map" {
default = {
foo = "bar"
}
}
# Complex Object Types
variab<EFBFBD><EFBFBD><EFBFBD>ݐ<EFBFBD><EFBFBD><EFBFBD>ct_map" {
type = map(object({
foo = string,
bar = any
map" {
default = {
foo = "bar"
}
}
# Complex Object Types
variab<EFBFBD><EFBFBD><EFBFBD>ݐ<EFBFBD><EFBFBD><EFBFBD>ct_map" {
type = map(object({
foo = string,
bar = any
}))
}
variable "object_list" {
type = list(object({
foo= string,
bar = any
}))=
}