add template for directives
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
resource "test_object" "A" {
|
||||
count = 1
|
||||
}
|
||||
|
||||
resource "test_object" "B" {
|
||||
test_list = test_object.A.*.test_string
|
||||
}
|
||||
Reference in New Issue
Block a user