github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/command/e2etest/testdata/chdir-option/subdir/main.tf (about) 1 output "cwd" { 2 value = path.cwd 3 } 4 5 output "root" { 6 value = abspath(path.root) 7 }