Skip to content

Commit 692b6bf

Browse files
authored
Merge pull request #95 from OWASP/dependabot/terraform/aws/terraform-aws-modules/vpc/aws-tw-3.18.1
Update terraform-aws-modules/vpc/aws requirement from ~> 3.16.0 to ~> 3.18.1 in /aws
2 parents 8450047 + d4079b4 commit 692b6bf

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 = "~> 3.16.0"
40+
version = "~> 3.18.1"
4141

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

0 commit comments

Comments
 (0)