Skip to content

Commit

Permalink
build(deps): bump terraform-aws-modules/vpc/aws in /examples/complete (
Browse files Browse the repository at this point in the history
…#95)

Bumps [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.9.0 to 5.12.1.
- [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.9.0...v5.12.1)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent bd6f95c commit e606632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/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.9.0"
version = "5.12.1"

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

0 comments on commit e606632

Please sign in to comment.