Skip to content

Commit 7fe430f

Browse files
committed
#242: upgrade vpc module version to fix issue with aws provider incompatibity
1 parent ae10efa commit 7fe430f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/argocd/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data "aws_availability_zones" "available" {}
1010

1111
module "vpc" {
1212
source = "terraform-aws-modules/vpc/aws"
13-
version = "v2.64.0"
13+
version = "v5.1.0"
1414

1515
name = "${local.environment}-${local.cluster_name}"
1616

0 commit comments

Comments
 (0)