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

Commit 4b33503

Browse files
authored
full path
1 parent 605ac57 commit 4b33503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ output "role_name" {
3030

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

0 commit comments

Comments
 (0)