Skip to content

Commit

Permalink
add bucket to runners output values
Browse files Browse the repository at this point in the history
  • Loading branch information
marekaf committed Dec 2, 2021
1 parent 3dfca38 commit 2f35251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ output "binaries_syncer" {
lambda = module.runner_binaries.lambda
lambda_role = module.runner_binaries.lambda_role
location = local.s3_action_runner_url
bucket = module.runner_binaries.bucket
}
}

Expand Down

0 comments on commit 2f35251

Please sign in to comment.