Skip to content

Commit

Permalink
Merge pull request #1176 from OWASP/dependabot/terraform/aws/terrafor…
Browse files Browse the repository at this point in the history
…m-aws-modules/vpc/aws-tw-5.4.0

Update terraform-aws-modules/vpc/aws requirement from ~> 5.2.0 to ~> 5.4.0 in /aws
  • Loading branch information
commjoen authored Jan 1, 2024
2 parents c12ab55 + f2c9517 commit 41e8f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data "aws_availability_zones" "available" {}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "~> 5.2.0"
version = "~> 5.4.0"

name = "${var.cluster_name}-vpc"
cidr = local.vpc_cidr
Expand Down

0 comments on commit 41e8f9f

Please sign in to comment.