Skip to content

Commit

Permalink
fix(lambda): Rename scale-down.tf service name
Browse files Browse the repository at this point in the history
  • Loading branch information
Klapsa2503 committed Jul 14, 2023
1 parent 1f0c938 commit 952ece1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/runners/scale-down.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "aws_lambda_function" "scale_down" {
POWERTOOLS_LOGGER_LOG_EVENT = var.log_level == "debug" ? "true" : "false"
RUNNER_BOOT_TIME_IN_MINUTES = var.runner_boot_time_in_minutes
SCALE_DOWN_CONFIG = jsonencode(var.idle_config)
SERVICE_NAME = "runners-scale-up"
SERVICE_NAME = "runners-scale-down"
}
}

Expand Down
9 changes: 9 additions & 0 deletions terraform-aws-github-runner.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

0 comments on commit 952ece1

Please sign in to comment.