Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 401a373

Browse files
winwinashwinnpalm
andauthored
fix: Incorrect syncer binary location in tf outputs (#4274)
The output location for syncer binary was not declared correctly in tf outputs. Fixes: #4137 Co-authored-by: Niek Palm <[email protected]>
1 parent 2e69cfd commit 401a373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ output "binaries_syncer" {
2525
lambda = module.runner_binaries[0].lambda
2626
lambda_log_group = module.runner_binaries[0].lambda_log_group
2727
lambda_role = module.runner_binaries[0].lambda_role
28-
location = "s3://${module.runner_binaries[0].bucket.id}/module.runner_binaries[0].bucket.key"
28+
location = "s3://${module.runner_binaries[0].bucket.id}/${module.runner_binaries[0].runner_distribution_object_key}"
2929
bucket = module.runner_binaries[0].bucket
3030
} : null
3131
}

0 commit comments

Comments
 (0)