Skip to content

Commit

Permalink
build(deps): bump terraform-aws-modules/vpc/aws in /examples/basic
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 5.13.0 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@v5.13.0...v5.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 4d9828a commit 953688c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.13.0"
version = "5.16.0"

name = "${local.name}-vpc"
cidr = local.vpc_cidr
Expand Down

0 comments on commit 953688c

Please sign in to comment.