Skip to content

Commit 4224e80

Browse files
dependabot[bot]ialejandro
authored andcommitted
build(deps): bump the terraform group in /terraform with 2 updates
Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [terraform-aws-modules/lambda/aws](https://github.com/terraform-aws-modules/terraform-aws-lambda) to permit the latest version. Updates `hashicorp/aws` to 5.97.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v5.93.0...v5.97.0) Updates `terraform-aws-modules/lambda/aws` from 7.20.1 to 7.20.2 - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-lambda/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-lambda/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-lambda@v7.20.1...v7.20.2) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-version: 5.97.0 dependency-type: direct:production dependency-group: terraform - dependency-name: terraform-aws-modules/lambda/aws dependency-version: 7.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: terraform ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e832d7 commit 4224e80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/lambda.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Function
33
module "lambda_function" {
44
source = "terraform-aws-modules/lambda/aws"
5-
version = "7.20.1"
5+
version = "7.20.2"
66

77
function_name = lower(local.global_name)
88
description = var.lambda_function.default.lambda_description

terraform/terraform_config.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 5.93.0"
7+
version = "~> 5.97.0"
88
}
99
}
1010

0 commit comments

Comments
 (0)