Skip to content

Commit

Permalink
feat: Update underlying modules to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Aug 26, 2024
1 parent 1eb87ff commit 1ee3816
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.91.0
rev: v1.92.2
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Examples codified under the [`examples`](https://github.com/clowdhaus/terraform-

| Name | Source | Version |
|------|--------|---------|
| <a name="module_api_gateway"></a> [api\_gateway](#module\_api\_gateway) | terraform-aws-modules/apigateway-v2/aws | 5.0.0 |
| <a name="module_lambda_function"></a> [lambda\_function](#module\_lambda\_function) | terraform-aws-modules/lambda/aws | 7.4.0 |
| <a name="module_api_gateway"></a> [api\_gateway](#module\_api\_gateway) | terraform-aws-modules/apigateway-v2/aws | 5.1.3 |
| <a name="module_lambda_function"></a> [lambda\_function](#module\_lambda\_function) | terraform-aws-modules/lambda/aws | 7.8.1 |

## Resources

Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {

module "api_gateway" {
source = "terraform-aws-modules/apigateway-v2/aws"
version = "5.0.0"
version = "5.1.3"

create = var.create && var.create_api

Expand Down Expand Up @@ -82,7 +82,7 @@ module "api_gateway" {

module "lambda_function" {
source = "terraform-aws-modules/lambda/aws"
version = "7.4.0"
version = "7.8.1"

create = var.create && var.create_api && var.create_lambda

Expand Down

0 comments on commit 1ee3816

Please sign in to comment.