Skip to content

Commit 2603ac2

Browse files
authored
Merge pull request #69 from commjoen/dependabot/terraform/aws/terraform-aws-modules/vpc/aws-tw-3.16.0
Update terraform-aws-modules/vpc/aws requirement from ~> 3.14.4 to ~> 3.16.0 in /aws
2 parents 734099c + f9ff497 commit 2603ac2

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

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

0 commit comments

Comments
 (0)