add template for directives
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module "mod1" {
|
||||
source = "./mod"
|
||||
param = ["this", "one", "works"]
|
||||
}
|
||||
|
||||
module "mod2" {
|
||||
source = "./mod"
|
||||
param = [module.mod1.out_from_splat[0]]
|
||||
}
|
||||
Reference in New Issue
Block a user