add template for directives
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module "child" {
|
||||
source = "./child"
|
||||
value = "${join(" ", aws_instance.test.*.id)}"
|
||||
}
|
||||
|
||||
resource "aws_instance" "test" {
|
||||
value = "yes"
|
||||
}
|
||||
Reference in New Issue
Block a user