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

Commit 2f35251

Browse files
committed
add bucket to runners output values
1 parent 3dfca38 commit 2f35251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: outputs.tf

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ output "binaries_syncer" {
1616
lambda = module.runner_binaries.lambda
1717
lambda_role = module.runner_binaries.lambda_role
1818
location = local.s3_action_runner_url
19+
bucket = module.runner_binaries.bucket
1920
}
2021
}
2122

0 commit comments

Comments
 (0)