add template for directives
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module "a" {
|
||||
source = "./a"
|
||||
}
|
||||
|
||||
module "b" {
|
||||
source = "./b"
|
||||
input = "${module.a.output}"
|
||||
}
|
||||
Reference in New Issue
Block a user