We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfca38 commit 2f35251Copy full SHA for 2f35251
outputs.tf
@@ -16,6 +16,7 @@ output "binaries_syncer" {
16
lambda = module.runner_binaries.lambda
17
lambda_role = module.runner_binaries.lambda_role
18
location = local.s3_action_runner_url
19
+ bucket = module.runner_binaries.bucket
20
}
21
22
0 commit comments