Skip to content

Commit affd139

Browse files
authored
Merge pull request #663 from OWASP/dependabot/terraform/aws/terraform-aws-modules/vpc/aws-tw-5.12.0
build(deps): update terraform-aws-modules/vpc/aws requirement from ~> 5.9.0 to ~> 5.12.0 in /aws
2 parents cda9937 + 6ea7a58 commit affd139

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.9.0"
40+
version = "~> 5.12.0"
4141

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

0 commit comments

Comments
 (0)