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