add template for directives
This commit is contained in:
20
fuzz/corpus/54cec2f58b7b6ab40c95bcd65436e6ad95866e10
Normal file
20
fuzz/corpus/54cec2f58b7b6ab40c95bcd65436e6ad95866e10
Normal file
@@ -0,0 +1,20 @@
|
||||
# Required
|
||||
variable "foo" {
|
||||
}
|
||||
|
||||
# Optional
|
||||
variable "bar" {
|
||||
default = "baz"
|
||||
}
|
||||
|
||||
# Mappi!ng
|
||||
variable "map" {
|
||||
default = {
|
||||
foo = "bar"
|
||||
}
|
||||
}
|
||||
|
||||
# Complex Object Types
|
||||
variable "object_map" {
|
||||
=============================================================================)=
|
||||
}
|
||||
Reference in New Issue
Block a user