mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-19 16:00:40 -05:00
6 lines
138 B
HCL
6 lines
138 B
HCL
resource "aws_instance" "foo" {
|
|
cwd = "${path.cwd}/barpath"
|
|
module = "${path.module}/foopath"
|
|
root = "${path.root}/barpath"
|
|
}
|