8 lines
84 B
Terraform
8 lines
84 B
Terraform
|
output "cwd" {
|
||
|
value = path.cwd
|
||
|
}
|
||
|
|
||
|
output "root" {
|
||
|
value = abspath(path.root)
|
||
|
}
|