Skip to content

Commit

Permalink
Bump terraform-aws-modules/vpc/aws from 3.14.2 to 5.16.0
Browse files Browse the repository at this point in the history
Bumps [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 3.14.2 to 5.16.0.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-vpc@v3.14.2...v5.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 6dc8278 commit 625b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data "aws_availability_zones" "available" {
}
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "3.14.2"
version = "5.16.0"

name = var.project_name
cidr = var.cidr
Expand Down

0 comments on commit 625b6d9

Please sign in to comment.