add template for directives
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module "child" {
|
||||
source = "./child"
|
||||
}
|
||||
|
||||
resource "test_object" "create" {}
|
||||
|
||||
resource "test_object" "other" {
|
||||
test_string = "${test_object.create.test_string}"
|
||||
}
|
||||
Reference in New Issue
Block a user