Skip to content

Commit

Permalink
missed another mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 22, 2023
1 parent ba51527 commit 3f4f49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/base-infra/netmaker.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "vpc_netmaker" {
count = var.enable_netmaker ? 1 : 0
source = "terraform-aws-modules/vpc/aws"
version = "2.17.0"
version = "4.0.2"

name = "${var.cluster_name}-netmaker"
cidr = var.netmaker_vpc_cidr
Expand Down

0 comments on commit 3f4f49e

Please sign in to comment.