add template for directives
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
resource "test_instance" "bar" {
|
||||
foo = "bar"
|
||||
}
|
||||
|
||||
terraform {
|
||||
provider_meta "test" {
|
||||
baz = "quux"
|
||||
}
|
||||
}
|
||||
|
||||
module "my_module" {
|
||||
source = "./my-module"
|
||||
}
|
||||
Reference in New Issue
Block a user