Skip to content

Commit

Permalink
Added distribution_bucket_name output (#4146)
Browse files Browse the repository at this point in the history
Added distribution_bucket_name output
  • Loading branch information
DanilBaibak authored May 10, 2023
1 parent d8944a4 commit 6b5ea02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ output "lambda" {
output "lambda_role" {
value = aws_iam_role.syncer_lambda
}

output "distribution_bucket_name" {
value = aws_s3_bucket.action_dist.bucket
}
4 changes: 4 additions & 0 deletions terraform-aws-github-runner/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ output "webhook" {
endpoint = "${module.webhook.gateway.api_endpoint}/${module.webhook.endpoint_relative_path}"
}
}

output "distribution_bucket_name" {
value = module.runner_binaries.distribution_bucket_name
}

0 comments on commit 6b5ea02

Please sign in to comment.