add template for directives
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
resource "test" "foo" {
|
||||
}
|
||||
|
||||
data "test" "foo" {
|
||||
count = length(test.foo.things)
|
||||
}
|
||||
Reference in New Issue
Block a user