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

Commit 5809fee

Browse files
ScottGuymernpalm
authored andcommitted
fix: add runners binaries bucket as terraform output
2 parents 3dfca38 + 2f35251 commit 5809fee

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)