Skip to content

Commit

Permalink
chore: update lambda terraform module
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoIeni <[email protected]>
  • Loading branch information
marcoieni committed Aug 30, 2024
1 parent 04e41f2 commit de2ccf4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
5 changes: 2 additions & 3 deletions terraform/shared/modules/lambda/main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
// Allow both 4.x and 5.x while we upgrade everything to 5.x.
version = ">= 4.20, < 6"
source = "hashicorp/aws"
version = ">= 5.64"
}
}
}
Expand Down
34 changes: 17 additions & 17 deletions terraform/team-repo/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de2ccf4

Please sign in to comment.