add template for directives
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
data "test_data_source" "foo" {
|
||||
foo = "bar"
|
||||
}
|
||||
|
||||
module "my_module" {
|
||||
source = "./my-module"
|
||||
}
|
||||
Reference in New Issue
Block a user