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