Skip to content

Commit

Permalink
Chore [deps:terraform]: Bump terraform-aws-modules/apigateway-v2/aws
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/apigateway-v2/aws](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2) from 2.2.2 to 5.2.1.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-apigateway-v2/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-apigateway-v2@v2.2.2...v5.2.1)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/apigateway-v2/aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent fc3335e commit f0aa3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/api_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "write_api_logs_policy" {

module "api_gateway" {
source = "terraform-aws-modules/apigateway-v2/aws"
version = "2.2.2"
version = "5.2.1"

name = var.namespace
description = "API Gateway to CPF Reporter web services"
Expand Down

0 comments on commit f0aa3b8

Please sign in to comment.