add template for directives
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module "child" {
|
||||
source = "./child"
|
||||
|
||||
amap = {
|
||||
foo = "bar"
|
||||
}
|
||||
|
||||
othermap = {}
|
||||
}
|
||||
Reference in New Issue
Block a user