add template for directives
This commit is contained in:
6
fuzz/corpus/3fe27e1134b8a696499cdab8c862cb8b421a58ff
Normal file
6
fuzz/corpus/3fe27e1134b8a696499cdab8c862cb8b421a58ff
Normal file
@@ -0,0 +1,6 @@
|
||||
variable "map_in" {
|
||||
type = map(string)!= default = {
|
||||
to reference it so it isn't pruned
|
||||
output "output" {
|
||||
value = var.map_in
|
||||
}
|
||||
Reference in New Issue
Block a user