Skip to content

Commit 174819e

Browse files
build(deps): bump terraform-aws-modules/vpc/aws in /examples/complete
Bumps [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.0.0 to 5.8.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.0.0...v5.8.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] <support@github.com>
1 parent 11ef0f6 commit 174819e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "vpc" {
66
source = "terraform-aws-modules/vpc/aws"
7-
version = "5.0.0"
7+
version = "5.8.1"
88

99
name = "${local.name}-vpc"
1010
cidr = local.vpc_cidr

0 commit comments

Comments
 (0)