Skip to content

Commit

Permalink
Merge pull request #166 from armakuni/dependabot/terraform/terraform-…
Browse files Browse the repository at this point in the history
…aws-modules/s3-bucket/aws-4.2.0

fix(deps): bump terraform-aws-modules/s3-bucket/aws from 4.1.2 to 4.2.0
  • Loading branch information
mergify[bot] authored Oct 7, 2024
2 parents f27c6fa + 4715e96 commit 73e1880
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions remote_resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module "s3_bucket_lambda_sources" {
count = var.enable == true ? 1 : 0

source = "terraform-aws-modules/s3-bucket/aws"
version = "4.1.2"
version = "4.2.0"

bucket = local.aws_lambda_s3_bucket_name

Expand All @@ -38,7 +38,7 @@ module "webhook_zip" {

depends_on = [module.download_lambda[0], module.s3_bucket_lambda_sources[0]]
source = "terraform-aws-modules/s3-bucket/aws//modules/object"
version = "4.1.2"
version = "4.2.0"

bucket = module.s3_bucket_lambda_sources[0].s3_bucket_id
key = local.aws_lambda_s3_webhook_key
Expand All @@ -52,7 +52,7 @@ module "runners_zip" {

depends_on = [module.download_lambda[0]]
source = "terraform-aws-modules/s3-bucket/aws//modules/object"
version = "4.1.2"
version = "4.2.0"

bucket = module.s3_bucket_lambda_sources[0].s3_bucket_id
key = local.aws_lambda_s3_runners_key
Expand All @@ -66,7 +66,7 @@ module "syncer_zip" {

depends_on = [module.download_lambda[0]]
source = "terraform-aws-modules/s3-bucket/aws//modules/object"
version = "4.1.2"
version = "4.2.0"

bucket = module.s3_bucket_lambda_sources[0].s3_bucket_id
key = local.aws_lambda_s3_syncer_key
Expand Down

0 comments on commit 73e1880

Please sign in to comment.