Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit ae3bcaf

Browse files
authored
relpath?
1 parent 4b33503 commit ae3bcaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

outputs.tf

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ output "role_name" {
3030

3131
output "build_result_filename" {
3232
description = "Full path to the source code package with requirements installed"
33-
value = "${path.module}/${lookup(data.external.built.result, "filename")}"
33+
value = "${local.module_relpath}/${lookup(data.external.built.result, "filename")}"
3434
}
35-

0 commit comments

Comments
 (0)