Skip to content

Commit

Permalink
Merge pull request #172 from armakuni/dependabot/terraform/philips-la…
Browse files Browse the repository at this point in the history
…bs/github-runner/aws-5.17.1

fix(deps): bump philips-labs/github-runner/aws from 5.17.0 to 5.17.1
  • Loading branch information
mergify[bot] authored Oct 17, 2024
2 parents dd55832 + d5f6ee4 commit 31be8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "github_runner" {

depends_on = [module.runners_zip[0], module.webhook_zip[0], module.syncer_zip[0]]
source = "philips-labs/github-runner/aws"
version = "5.17.0"
version = "5.17.1"

aws_region = var.aws_region
vpc_id = module.vpc[0].vpc_id
Expand Down
2 changes: 1 addition & 1 deletion remote_resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "download_lambda" {
count = var.enable == true ? 1 : 0

source = "philips-labs/github-runner/aws//modules/download-lambda"
version = "5.17.0"
version = "5.17.1"

lambdas = [
{
Expand Down

0 comments on commit 31be8db

Please sign in to comment.