Skip to content

Commit 63cc087

Browse files
build(deps): update terraform-aws-modules/vpc/aws requirement from ~> 4.0.1 to ~> 5.0.0
Updates the requirements on [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) to permit the latest version. - [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@v4.0.1...v5.0.0) --- updated-dependencies: - dependency-name: terraform-aws-modules/vpc/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c78854c commit 63cc087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data "aws_availability_zones" "available" {}
3737

3838
module "vpc" {
3939
source = "terraform-aws-modules/vpc/aws"
40-
version = "~> 4.0.1"
40+
version = "~> 5.0.0"
4141

4242
name = "${var.cluster_name}-vpc"
4343
cidr = local.vpc_cidr

0 commit comments

Comments
 (0)