add template for directives
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
resource "aws_instance" "foo" {
|
||||
cwd = "${path.cwd}/barpath"
|
||||
module = "${path.module}/foopath"
|
||||
root = "${path.root}/barpath"
|
||||
}
|
||||
Reference in New Issue
Block a user