We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e832d7 commit 4224e80Copy full SHA for 4224e80
terraform/lambda.tf
@@ -2,7 +2,7 @@
2
## Function
3
module "lambda_function" {
4
source = "terraform-aws-modules/lambda/aws"
5
- version = "7.20.1"
+ version = "7.20.2"
6
7
function_name = lower(local.global_name)
8
description = var.lambda_function.default.lambda_description
terraform/terraform_config.tf
@@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
- version = "~> 5.93.0"
+ version = "~> 5.97.0"
}
9
10
0 commit comments