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 5151d8a commit 50b7ca5Copy full SHA for 50b7ca5
modules/runner-binaries-syncer/runner-binaries-syncer.tf
@@ -14,8 +14,8 @@ resource "aws_lambda_function" "syncer" {
14
15
environment {
16
variables = {
17
- S3_BUCKET_NAME = aws_s3_bucket.action_dist.id
18
- S3_OBJECT_KEY = local.action_runner_distribution_object_key
+ S3_BUCKET_NAME = aws_s3_bucket.action_dist.id
+ S3_OBJECT_KEY = local.action_runner_distribution_object_key
19
GITHUB_RUNNER_ARCHITECTURE = var.runner_architecture
20
}
21
0 commit comments