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

Commit 17a8c58

Browse files
authored
rollback
1 parent ae3bcaf commit 17a8c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +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 = "${local.module_relpath}/${lookup(data.external.built.result, "filename")}"
33+
value = "${lookup(data.external.built.result, "filename")}"
3434
}

0 commit comments

Comments
 (0)