Skip to content

Commit

Permalink
fix: add runners binaries bucket as terraform output
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGuymer authored and npalm committed Dec 3, 2021
2 parents 3dfca38 + 2f35251 commit 5809fee
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 5809fee

Please sign in to comment.