Skip to content

Commit 70e7208

Browse files
authored
Merge pull request #459 from OWASP/dependabot/terraform/aws/terraform-aws-modules/vpc/aws-tw-5.5.1
build(deps): update terraform-aws-modules/vpc/aws requirement from ~> 5.4.0 to ~> 5.5.1 in /aws
2 parents e53fbf5 + 240c0ca commit 70e7208

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 = "~> 5.4.0"
40+
version = "~> 5.5.1"
4141

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

0 commit comments

Comments
 (0)