You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Error in function call
on modules/agent/webhook.tf line 42, in resource "aws_lambda_function" "webhook":
42: source_code_hash = filebase64sha256("${path.module}/lambdas/webhook/webhook.zip")
|----------------
| path.module is "modules/agent"
Call to function "filebase64sha256" failed: no file exists at
modules/agent/lambdas/webhook/webhook.zip.
Error: Error in function call
on modules/runners/scale-runners-lambda.tf line 3, in resource "aws_lambda_function" "scale_runners_lambda":
3: source_code_hash = filebase64sha256("${path.module}/lambdas/scale-runners/scale-runners.zip")
|----------------
| path.module is "modules/runners"
Call to function "filebase64sha256" failed: no file exists at
modules/runners/lambdas/scale-runners/scale-runners.zip.
Error: Duplicate module call
on main.tf line 45:
45: module "agent" {
An module call named "agent" was already defined at main.tf:35,1-15. Module
calls must have unique names within a module.
Error: Duplicate module call
on main.tf line 45:
45: module "agent" {
An module call named "agent" was already defined at main.tf:35,1-15. Module
calls must have unique names within a module.
Error: Missing required argument
on main.tf line 36, in module "runners":
36: module "runners" {
The argument "github_app_client_id" is required, but no definition was found.
Error: Missing required argument
on main.tf line 36, in module "runners":
36: module "runners" {
The argument "github_app_client_secret" is required, but no definition was
found.
Error: Missing required argument
on main.tf line 36, in module "runners":
36: module "runners" {
The argument "sqs" is required, but no definition was found.
Error: Missing required argument
on main.tf line 36, in module "runners":
36: module "runners" {
The argument "github_app_key_base64" is required, but no definition was found.
Error: Missing required argument
on main.tf line 36, in module "runners":
36: module "runners" {
The argument "enable_organization_runners" is required, but no definition was
found.
Error: Missing required argument
on main.tf line 36, in module "runners":
36: module "runners" {
The argument "github_app_id" is required, but no definition was found.
# This is the 1st commit message:
Rebase
# This is the commit message #2:
fix: terraform error
# This is the commit message #3:
fix: terraform error
# This is the commit message #4:
fix: test and linter
# This is the commit message #5:
runner labels can be a subset
# This is the commit message #6:
runner labels can be a subset
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds lambdas for creating and destroying runners