blob: 13012569882d2f69f02b9eaed4e0cbce741ef552 [file] [log] [blame]
resource "aws_instance" "foo" {
cwd = "${path.cwd}/barpath"
module = "${path.module}/foopath"
root = "${path.root}/barpath"
}