We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c13c commit 20cd911Copy full SHA for 20cd911
terraform/aws/modules/cluster/main.tf
@@ -68,7 +68,7 @@ module "eks" {
68
69
module "vpc" {
70
source = "terraform-aws-modules/vpc/aws"
71
- version = "~> 3.14"
+ version = "~> 5.0"
72
73
name = local.name
74
cidr = "10.0.0.0/16"
0 commit comments